Skip to content

Commit 69f4ba8

Browse files
tristantarrantryanemerson
authored andcommitted
9.4.10.Final and Base JDK 11
1 parent ea8309f commit 69f4ba8

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 9.4.8.Final
8+
ENV INFINISPAN_VERSION 9.4.10.Final
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)