Skip to content

Commit 02bb22a

Browse files
committed
Update for Wildfly 23.0.1
1 parent af21bea commit 02bb22a

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
@@ -10,14 +10,14 @@ MAINTAINER Miguel Moquillon "miguel.moquillon@silverpeas.org"
1010

1111
ENV TERM=xterm
1212

13-
# Environment variables required for the tests to succeed
13+
# Non generic time zone. Tests should succeed whatever the time zone.
1414
ENV TZ=Europe/Paris
1515

1616
# Parameters whose values are required for the tests to succeed
1717
ARG DEFAULT_LOCALE=fr_FR.UTF-8
1818
ARG MAVEN_VERSION=3.8.1
1919
ARG MAVEN_SHA=0ec48eb515d93f8515d4abe465570dfded6fa13a3ceb9aab8031428442d9912ec20f066b2afbf56964ffe1ceb56f80321b50db73cf77a0e2445ad0211fb8e38d
20-
ARG WILDFLY_VERSION=23.0.0
20+
ARG WILDFLY_VERSION=23.0.1
2121
ARG JAVA_VERSION=11
2222

2323
ARG DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)