Skip to content

Commit

Permalink
Merge pull request #35 from rarguello/wildfly-10
Browse files Browse the repository at this point in the history
WildFly 10.0.0.Final release
  • Loading branch information
goldmann committed Jan 30, 2016
2 parents 45f9765 + e727a50 commit 722548b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 722548b

Please sign in to comment.