Skip to content

Commit

Permalink
>Revert "Update node version to 22"
Browse files Browse the repository at this point in the history
This reverts commit eaab6f7.
  • Loading branch information
AleksTeresh committed Nov 6, 2024
1 parent eaab6f7 commit f80e944
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-22-minimal
FROM registry.access.redhat.com/ubi9/nodejs-20-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:22-alpine
FROM docker.io/node:20-alpine

ENV TZ="Europe/Helsinki"

Expand Down

0 comments on commit f80e944

Please sign in to comment.