Skip to content

Commit

Permalink
Merge pull request #276 from UniversityOfHelsinkiCS/renovate/node-22.x
Browse files Browse the repository at this point in the history
Update Node.js to v22
  • Loading branch information
AleksTeresh authored Nov 6, 2024
2 parents 578ee60 + 3a562da commit 6774ceb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion importer-api/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine
FROM node:22-alpine

ENV TZ="Europe/Helsinki"

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

ENV TZ="Europe/Helsinki"

Expand Down
2 changes: 1 addition & 1 deletion importer-db-staging-sampletaker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine
FROM node:22-alpine

WORKDIR /opt/app-root/src

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

ENV TZ="Europe/Helsinki"

Expand Down

0 comments on commit 6774ceb

Please sign in to comment.