Skip to content

Commit eaab6f7

Browse files
committed
Update node version to 22
1 parent 419b4dc commit eaab6f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal
1+
FROM registry.access.redhat.com/ubi9/nodejs-22-minimal
22

33
ENV TZ="Europe/Helsinki"
44

dev.Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/node:20-alpine
1+
FROM docker.io/node:22-alpine
22

33
ENV TZ="Europe/Helsinki"
44

0 commit comments

Comments
 (0)