We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8309f commit 69f4ba8Copy full SHA for 69f4ba8
server/Dockerfile
@@ -1,11 +1,11 @@
1
# Use latest jboss/base-jdk:8 image as the base
2
-FROM jboss/base-jdk:8
+FROM jboss/base-jdk:11
3
4
# Set the INFINISPAN_SERVER_HOME env variable
5
ENV INFINISPAN_SERVER_HOME /opt/jboss/infinispan-server
6
7
# Set the INFINISPAN_VERSION env variable
8
-ENV INFINISPAN_VERSION 9.4.8.Final
+ENV INFINISPAN_VERSION 9.4.10.Final
9
10
# Ensure signals are forwarded to the JVM process correctly for graceful shutdown
11
ENV LAUNCH_JBOSS_IN_BACKGROUND true
0 commit comments