Skip to content

Commit f405019

Browse files
committed
Update for wildfly 26.1.1, Maven 3.8.6, NodeJS 16 and for Groovy 3.0.13
1 parent ac80df5 commit f405019

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Dockerfile

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ ENV DEBIAN_FRONTEND=noninteractive
2727

2828
# Parameters whose values are required for the tests to succeed
2929
ARG DEFAULT_LOCALE=fr_FR.UTF-8
30-
ARG MAVEN_VERSION=3.8.5
31-
ARG MAVEN_SHA=89ab8ece99292476447ef6a6800d9842bbb60787b9b8a45c103aa61d2f205a971d8c3ddfb8b03e514455b4173602bd015e82958c0b3ddc1728a57126f773c743
32-
ARG WILDFLY_VERSION=24.0.1
30+
ARG MAVEN_VERSION=3.8.6
31+
ARG MAVEN_SHA=f790857f3b1f90ae8d16281f902c689e4f136ebe584aba45e4b1fa66c80cba826d3e0e52fdd04ed44b4c66f6d3fe3584a057c26dfcac544a60b301e6d0f91c26
32+
ARG WILDFLY_VERSION=26.1.1
3333
ARG JAVA_VERSION=11
34-
ARG GROOVY_VERSION=3.0.10
35-
ARG GROOVY_SHA=a7632bcb91b4283c1b0c85f3e7e6dac1f9608cff6c8c07590b6a3c8b2056a1bc
34+
ARG GROOVY_VERSION=3.0.13
35+
ARG GROOVY_SHA=e810267ddd1a8e3edad5c240d56a80d475adaa281251d7e544873b9a937e7a14
36+
ARG NODEJS_VERSION=16
3637

3738
# Because the source code is shared between the host and the container, it is required the identifier
3839
# of the owner and of its group are the same between this two environments. By default, they are both set at 1000.
@@ -74,7 +75,7 @@ RUN apt-get update \
7475
firefox \
7576
&& groupadd -g ${GROUP_ID} silveruser \
7677
&& useradd -u ${USER_ID} -g ${GROUP_ID} -G users -d /home/silveruser -s /bin/bash -m silveruser \
77-
&& curl -sL https://deb.nodesource.com/setup_14.x | bash - \
78+
&& curl -sL https://deb.nodesource.com/setup_${NODEJS_VERSION}.x | bash - \
7879
&& apt-get install -y nodejs \
7980
&& rm -rf /var/lib/apt/lists/* \
8081
&& update-ca-certificates -f \

0 commit comments

Comments
 (0)