File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ kind: Pod
1414spec:
1515 containers:
1616 - name: container
17- image: docker.io/akurtakov/fedora-gtk3-mutter-java-node:f42-node22
17+ image: docker.io/akurtakov/fedora-gtk3-mutter-java-node:f43-node24
1818 imagePullPolicy: Always
1919 tty: true
2020 resources:
Original file line number Diff line number Diff line change 1- FROM eclipsecbi/fedora-gtk3-mutter:42 -gtk3.24
1+ FROM eclipsecbi/fedora-gtk3-mutter:43 -gtk3.24
22
33# Back to root for install
44USER 0
@@ -7,11 +7,11 @@ RUN dnf -y update && dnf -y install \
77RUN dnf -y install xz
88RUN dnf -y install procps-ng
99
10- RUN curl -L https://dlcdn.apache.org/maven/maven-3/3.9.11 /binaries/apache-maven-3.9.11 -bin.tar.gz | tar -xzv
10+ RUN curl -L https://dlcdn.apache.org/maven/maven-3/3.9.14 /binaries/apache-maven-3.9.14 -bin.tar.gz | tar -xzv
1111
12- RUN curl -L https://nodejs.org/dist/v22.18 .0/node-v22.18 .0-linux-x64.tar.xz | tar -xJ
12+ RUN curl -L https://nodejs.org/dist/v24.14 .0/node-v24.14 .0-linux-x64.tar.xz | tar -xJ
1313
14- ENV PATH=/apache-maven-3.9.11 /bin:/node-v22.18 .0-linux-x64/bin:/usr/lib/jvm/java-21/bin:$PATH
14+ ENV PATH=/apache-maven-3.9.14 /bin:/node-v24.14 .0-linux-x64/bin:/usr/lib/jvm/java-21/bin:$PATH
1515ENV JAVA_HOME=/usr/lib/jvm/java-21
1616
1717# Back to named user
You can’t perform that action at this time.
0 commit comments