Skip to content

Commit c4d0f2f

Browse files
committed
Fix Wildfly version
1 parent 62760ed commit c4d0f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ENV SILVERPEAS_HOME /opt/silverpeas
7575
ENV JBOSS_HOME /opt/wildfly
7676

7777
ARG SILVERPEAS_VERSION=6.3
78-
ARG WILDFLY_VERSION=wildfly-26.1.2
78+
ARG WILDFLY_VERSION=26.1.2
7979
LABEL name="Silverpeas Test" description="An all-to-one image to run Silverpeas for demo/testing purpose" vendor="Silverpeas" version=${SILVERPEAS_VERSION} build=2
8080

8181
# Fetch both Silverpeas and Wildfly and unpack them into /opt

0 commit comments

Comments
 (0)