Skip to content

Commit 8e252f9

Browse files
chore: update node versions
Signed-off-by: Nicklas Silversved <nicklas.silversved@digg.se>
1 parent 7f94806 commit 8e252f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
66
WORKDIR /app
77

88
COPY package*.json ./
@@ -15,7 +15,7 @@ RUN npm run build
1515

1616
RUN 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
1919
ENV NODE_ENV=production
2020
WORKDIR /app
2121

0 commit comments

Comments
 (0)