Skip to content

Commit

Permalink
9.4.10.Final and Base JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
tristantarrant authored and ryanemerson committed Mar 18, 2019
1 parent ea8309f commit 69f4ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Use latest jboss/base-jdk:8 image as the base
FROM jboss/base-jdk:8
FROM jboss/base-jdk:11

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

# Set the INFINISPAN_VERSION env variable
ENV INFINISPAN_VERSION 9.4.8.Final
ENV INFINISPAN_VERSION 9.4.10.Final

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

0 comments on commit 69f4ba8

Please sign in to comment.