Skip to content

Commit 57ba773

Browse files
Update Node.js to v24
1 parent c29b21f commit 57ba773

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ---- Base Node with Alpine ----
2-
FROM node:22.13.1-alpine3.21 AS base
2+
FROM node:24.11.0-alpine3.21 AS base
33
# Set working directory in the container
44
WORKDIR /app
55
# Copy package.json and yarn.lock files to the workspace
@@ -16,7 +16,7 @@ RUN cp -R node_modules prod_node_modules
1616
RUN yarn install --frozen-lockfile
1717

1818
# ---- Release ----
19-
FROM node:22.13.1-alpine3.21 AS release
19+
FROM node:24.11.0-alpine3.21 AS release
2020
# Set working directory
2121
WORKDIR /app
2222
# Copy production node_modules

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"registry": "https://registry.npmjs.org/"
1818
},
1919
"engines": {
20-
"node": "^14.18.0 || ^16.13.0 || ^18.12.1 || ^20.11.1 || ^22.13.1"
20+
"node": "^14.18.0 || ^16.13.0 || ^18.12.1 || ^20.11.1 || ^22.13.1 || ^24.0.0"
2121
},
2222
"bugs": {
2323
"url": "https://github.com/TryGhost/gscan/issues"

0 commit comments

Comments
 (0)