We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70ea4f3 + b3ef841 commit 0a4eb84Copy full SHA for 0a4eb84
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM docker.io/library/node:24.5.0-alpine3.21 AS build
+FROM docker.io/library/node:24.6.0-alpine3.21 AS build
2
3
WORKDIR /npm
4
COPY package.json /npm
@@ -7,7 +7,7 @@ RUN npm install
7
8
###############################################################################
9
10
-FROM docker.io/library/node:24.5.0-alpine3.21 AS final
+FROM docker.io/library/node:24.6.0-alpine3.21 AS final
11
12
LABEL org.label-schema.maintainer="Voxpupuli Team <voxpupuli@groups.io>" \
13
org.label-schema.vendor="Voxpupuli" \
0 commit comments