Skip to content

Commit

Permalink
10.0.0.Beta3 and Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
tristantarrant authored and ryanemerson committed Mar 25, 2019
1 parent d930275 commit b3564c3
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 10.0.0.Beta2
ENV INFINISPAN_VERSION 10.0.0.Beta3

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

0 comments on commit b3564c3

Please sign in to comment.