File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
44WORKDIR /app
55# Copy package.json and yarn.lock files to the workspace
@@ -16,7 +16,7 @@ RUN cp -R node_modules prod_node_modules
1616RUN 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
2121WORKDIR /app
2222# Copy production node_modules
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments