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.
1 parent 2b812f5 commit 34067e0Copy full SHA for 34067e0
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:23.4.0-alpine3.20 AS build
+FROM node:23.5.0-alpine3.20 AS build
2
3
WORKDIR /npm
4
COPY package.json /npm
@@ -7,7 +7,7 @@ RUN npm install
7
8
###############################################################################
9
10
-FROM node:23.4.0-alpine3.20 AS final
+FROM node:23.5.0-alpine3.20 AS final
11
12
LABEL org.label-schema.maintainer="Voxpupuli Team <voxpupuli@groups.io>" \
13
org.label-schema.vendor="Voxpupuli" \
0 commit comments