Skip to content

Commit e1683b1

Browse files
authored
Merge pull request #261 from jmesnil/wildfly_36.0.1.Final
Upgrade to WildFly 36.0.1.Final
2 parents 69f2223 + 9e5c68d commit e1683b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ RUN groupadd -r jboss -g 1000 && useradd -u 1000 -r -g jboss -m -d /opt/jboss -s
1717
chmod 755 /opt/jboss
1818

1919
# Set the WILDFLY_VERSION env variable
20-
ENV WILDFLY_VERSION=36.0.0.Final
21-
ENV WILDFLY_SHA1=66bcaecab2662ea620f579ae19806daa3059634e
20+
ENV WILDFLY_VERSION=36.0.1.Final
21+
ENV WILDFLY_SHA1=5177764479eaa930872b0c9181fc2ee704f4dbfa
2222
ENV JBOSS_HOME=/opt/jboss/wildfly
2323

2424
USER root

0 commit comments

Comments
 (0)