diff --git a/Dockerfile b/Dockerfile index 42357b5..8676790 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -# Use latest jboss/base-jdk:7 image as the base +# Use latest jboss/base-jdk:8 image as the base FROM jboss/base-jdk:8 # Set the WILDFLY_VERSION env variable -ENV WILDFLY_VERSION 9.0.2.Final -ENV WILDFLY_SHA1 75738379f726c865d41e544e9b61f7b27d2853c7 +ENV WILDFLY_VERSION 10.0.0.Final +ENV WILDFLY_SHA1 c0dd7552c5207b0d116a9c25eb94d10b4f375549 ENV JBOSS_HOME /opt/jboss/wildfly # Add the WildFly distribution to /opt, and make wildfly the owner of the extracted tar content