Skip to content

Commit

Permalink
Update node version to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksTeresh committed Nov 6, 2024
1 parent 419b4dc commit eaab6f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal
FROM registry.access.redhat.com/ubi9/nodejs-22-minimal

ENV TZ="Europe/Helsinki"

Expand Down
2 changes: 1 addition & 1 deletion dev.Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/node:20-alpine
FROM docker.io/node:22-alpine

ENV TZ="Europe/Helsinki"

Expand Down

0 comments on commit eaab6f7

Please sign in to comment.