Skip to content

Commit

Permalink
Update Node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 4677972 commit c15f455
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### STAGE 1: Build ###

FROM node:20-alpine AS builder
FROM node:22-alpine AS builder

WORKDIR /project

Expand All @@ -13,7 +13,7 @@ RUN npm run build:client-and-server-bundles

### STAGE 2: Create Image ###

FROM node:20-alpine
FROM node:22-alpine

COPY --from=builder /project/dist /project/dist
COPY ./package*.json /project/
Expand Down
4 changes: 2 additions & 2 deletions beta.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### STAGE 1: Build ###

FROM node:20-alpine AS builder
FROM node:22-alpine AS builder

WORKDIR /project

Expand All @@ -13,7 +13,7 @@ RUN npm run build:staging:client-and-server-bundles

### STAGE 2: Create Image ###

FROM node:20-alpine
FROM node:22-alpine

COPY --from=builder /project/dist /project/dist
COPY ./package*.json /project/
Expand Down
20 changes: 11 additions & 9 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 @@ -57,7 +57,7 @@
"@types/express": "^4.17.17",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^20.14.10",
"@types/node": "^22.0.0",
"@types/webfontloader": "^1.6.35",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
Expand Down

0 comments on commit c15f455

Please sign in to comment.