Skip to content

Commit 9f94d4a

Browse files
chore(deps): update node.js to v24.11.0 (#53)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5812fba commit 9f94d4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/node:24.10.0-alpine3.22 AS build
1+
FROM docker.io/library/node:24.11.0-alpine3.22 AS build
22

33
WORKDIR /npm
44
COPY package.json /npm
@@ -7,7 +7,7 @@ RUN npm install
77

88
###############################################################################
99

10-
FROM docker.io/library/node:24.10.0-alpine3.22 AS final
10+
FROM docker.io/library/node:24.11.0-alpine3.22 AS final
1111

1212
LABEL org.label-schema.maintainer="Voxpupuli Team <voxpupuli@groups.io>" \
1313
org.label-schema.vendor="Voxpupuli" \

0 commit comments

Comments
 (0)