We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69f2223 + 9e5c68d commit e1683b1Copy full SHA for e1683b1
1 file changed
Dockerfile
@@ -17,8 +17,8 @@ RUN groupadd -r jboss -g 1000 && useradd -u 1000 -r -g jboss -m -d /opt/jboss -s
17
chmod 755 /opt/jboss
18
19
# Set the WILDFLY_VERSION env variable
20
-ENV WILDFLY_VERSION=36.0.0.Final
21
-ENV WILDFLY_SHA1=66bcaecab2662ea620f579ae19806daa3059634e
+ENV WILDFLY_VERSION=36.0.1.Final
+ENV WILDFLY_SHA1=5177764479eaa930872b0c9181fc2ee704f4dbfa
22
ENV JBOSS_HOME=/opt/jboss/wildfly
23
24
USER root
0 commit comments