Skip to content

Commit d5da760

Browse files
author
silveruser
committed
Upgrade for Wildfly 26.1.3 and Java 11
1 parent 7983531 commit d5da760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
FROM ubuntu:jammy
77

8-
LABEL name="Silverpeas Build" description="An image to build a Silverpeas project" vendor="Silverpeas" version=latest build=1
8+
LABEL name="Silverpeas Build" description="An image to build a Silverpeas project" vendor="Silverpeas" version=latest build=2
99
MAINTAINER Miguel Moquillon "miguel.moquillon@silverpeas.org"
1010

1111
ENV TERM=xterm
@@ -14,7 +14,7 @@ ENV TERM=xterm
1414
ENV TZ=Europe/Paris
1515

1616
# Parameters whose values are required for the tests to succeed
17-
ARG WILDFLY_VERSION=26.1.1
17+
ARG WILDFLY_VERSION=26.1.3
1818
ARG JAVA_VERSION=11
1919
ARG SONAR_JAVA_VERSION=17
2020
ARG DEFAULT_LOCALE=fr_FR.UTF-8

0 commit comments

Comments
 (0)