Skip to content

Commit

Permalink
Merge pull request #165 from jmesnil/wildfly_27.0.0.Final
Browse files Browse the repository at this point in the history
Update to WildFly 27.0.0.Final
  • Loading branch information
jmesnil authored Nov 10, 2022
2 parents e1e67a8 + 7e833f8 commit 2b89ed1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ARG jdk=11
# By default, build on JDK 17
ARG jdk=17
FROM eclipse-temurin:${jdk}-centos7

LABEL org.opencontainers.image.source=https://github.com/jboss-dockerfiles/wildfly org.opencontainers.image.title=wildfly org.opencontainers.imag.url=https://github.com/jboss-dockerfiles/wildfly org.opencontainers.image.vendor=WildFly
Expand All @@ -9,8 +10,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 26.1.2.Final
ENV WILDFLY_SHA1 3dda0f3795c00cedf8b14c83f8c341244e7cad44
ENV WILDFLY_VERSION 27.0.0.Final
ENV WILDFLY_SHA1 31106643002ae570444b4e30e376e27fff23cc2f
ENV JBOSS_HOME /opt/jboss/wildfly

USER root
Expand Down

0 comments on commit 2b89ed1

Please sign in to comment.