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 @@ -14,7 +14,7 @@ artifacts:
1414 publish-to :
1515 - github-packages
1616 config :
17- node-version : 22
17+ node-version : 24
1818
1919# Container builds from source (no artifact dependency)
2020# Containerfile copies source code and runs npm install
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: CC0-1.0
44
5- FROM node:22.20 .0-slim@sha256:d943bf20249f8b92eff6f605362df2ee9cf2d6ce2ea771a8886e126ec8714f08 AS build
5+ FROM node:24.11 .0-slim AS build
66WORKDIR /app
77
88COPY package*.json ./
@@ -15,7 +15,7 @@ RUN npm run build
1515
1616RUN npm prune --omit=dev
1717
18- FROM node:22.20 .0-slim@sha256:d943bf20249f8b92eff6f605362df2ee9cf2d6ce2ea771a8886e126ec8714f08 AS runtime
18+ FROM node:24.11 .0-slim AS runtime
1919ENV NODE_ENV=production
2020WORKDIR /app
2121
You can’t perform that action at this time.
0 commit comments