Skip to content

Commit 8ef089d

Browse files
authored
Merge pull request #267 from jmesnil/wildfly_38.0.1.Final
Upgrade to WildFly 38.0.1.Final
2 parents 009bb23 + 28b7756 commit 8ef089d

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=38.0.0.Final
21-
ENV WILDFLY_SHA1=2ecac155a5357a256a54bb7ad03d67b9bc5667f6
20+
ENV WILDFLY_VERSION=38.0.1.Final
21+
ENV WILDFLY_SHA1=7b6739eaf68ea78947e50672edbf86568a459bc5
2222
ENV JBOSS_HOME=/opt/jboss/wildfly
2323

2424
USER root

0 commit comments

Comments
 (0)