Skip to content

Commit

Permalink
Merge pull request #180 from pferraro/master
Browse files Browse the repository at this point in the history
Update Dockerfile for WF 29.0.1.Final
  • Loading branch information
pferraro authored Aug 28, 2023
2 parents fc00a72 + 8b6c3c4 commit 318c905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN groupadd -r jboss -g 1000 && useradd -u 1000 -r -g jboss -m -d /opt/jboss -s
chmod 755 /opt/jboss

# Set the WILDFLY_VERSION env variable
ENV WILDFLY_VERSION 29.0.0.Final
ENV WILDFLY_SHA1 10da807fdc6e0b343562da54460f6fded8eefac5
ENV WILDFLY_VERSION 29.0.1.Final
ENV WILDFLY_SHA1 deab607f8cd403508ecaa40a9bfc887b202d6b6a
ENV JBOSS_HOME /opt/jboss/wildfly

USER root
Expand Down

0 comments on commit 318c905

Please sign in to comment.