Skip to content

Commit b3564c3

Browse files
tristantarrantryanemerson
authored andcommitted
10.0.0.Beta3 and Java 11
1 parent d930275 commit b3564c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Use latest jboss/base-jdk:8 image as the base
2-
FROM jboss/base-jdk:8
2+
FROM jboss/base-jdk:11
33

44
# Set the INFINISPAN_SERVER_HOME env variable
55
ENV INFINISPAN_SERVER_HOME /opt/jboss/infinispan-server
66

77
# Set the INFINISPAN_VERSION env variable
8-
ENV INFINISPAN_VERSION 10.0.0.Beta2
8+
ENV INFINISPAN_VERSION 10.0.0.Beta3
99

1010
# Ensure signals are forwarded to the JVM process correctly for graceful shutdown
1111
ENV LAUNCH_JBOSS_IN_BACKGROUND true

0 commit comments

Comments
 (0)