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 009bb23 + 28b7756 commit 8ef089dCopy full SHA for 8ef089d
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=38.0.0.Final
21
-ENV WILDFLY_SHA1=2ecac155a5357a256a54bb7ad03d67b9bc5667f6
+ENV WILDFLY_VERSION=38.0.1.Final
+ENV WILDFLY_SHA1=7b6739eaf68ea78947e50672edbf86568a459bc5
22
ENV JBOSS_HOME=/opt/jboss/wildfly
23
24
USER root
0 commit comments