Skip to content

Commit

Permalink
💥 Update Node.js to v22
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent 9c1693f commit 0b1fb5b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 node:21@sha256:4b232062fa976e3a966c49e9b6279efa56c8d207a67270868f51b3d155c4e33d AS builder
FROM --platform=linux/amd64 node:22@sha256:5c76d05034644fa8ecc9c2aa84e0a83cd981d0ef13af5455b87b9adf5b216561 AS builder

WORKDIR /app

Expand All @@ -17,7 +17,7 @@ RUN npm run build
# Production deployment
# TODO: Should use a bundler

FROM --platform=linux/amd64 node:21@sha256:4b232062fa976e3a966c49e9b6279efa56c8d207a67270868f51b3d155c4e33d AS runner
FROM --platform=linux/amd64 node:22@sha256:5c76d05034644fa8ecc9c2aa84e0a83cd981d0ef13af5455b87b9adf5b216561 AS runner

WORKDIR /app

Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@types/express": "4.17.21",
"@types/luxon": "3.4.2",
"@types/node": "20.17.9",
"@types/node": "22.10.1",
"ts-node": "10.9.2",
"typescript": "5.3.2"
}
Expand Down

0 comments on commit 0b1fb5b

Please sign in to comment.