Skip to content

Commit 35474ca

Browse files
committed
Update docker image used for build
* Fedora 42 * Maven 3.9.11 * NodeJS 22.18.0
1 parent d7dd850 commit 35474ca

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ kind: Pod
1414
spec:
1515
containers:
1616
- name: container
17-
image: docker.io/akurtakov/fedora-gtk3-mutter-java-node:f41-node22
17+
image: docker.io/akurtakov/fedora-gtk3-mutter-java-node:f42-node22
1818
imagePullPolicy: Always
1919
tty: true
2020
resources:

docker/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipsecbi/fedora-gtk3-mutter:41-gtk3.24
1+
FROM eclipsecbi/fedora-gtk3-mutter:42-gtk3.24
22

33
# Back to root for install
44
USER 0
@@ -8,11 +8,11 @@ RUN dnf -y install nodejs npm
88
RUN dnf -y install xz
99
RUN dnf -y install procps-ng
1010

11-
RUN curl -L https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz | tar -xzv
11+
RUN curl -L https://dlcdn.apache.org/maven/maven-3/3.9.11/binaries/apache-maven-3.9.11-bin.tar.gz | tar -xzv
1212

13-
RUN curl -L https://nodejs.org/dist/v22.11.0/node-v22.11.0-linux-x64.tar.xz | tar -xJ
13+
RUN curl -L https://nodejs.org/dist/v22.18.0/node-v22.18.0-linux-x64.tar.xz | tar -xJ
1414

15-
ENV PATH=/apache-maven-3.9.9/bin:/node-v22.11.0-linux-x64/bin:/usr/lib/jvm/java-21/bin:$PATH
15+
ENV PATH=/apache-maven-3.9.11/bin:/node-v22.18.0-linux-x64/bin:/usr/lib/jvm/java-21/bin:$PATH
1616
ENV JAVA_HOME=/usr/lib/jvm/java-21
1717

1818
#Back to named user

0 commit comments

Comments
 (0)