Skip to content

Commit 34067e0

Browse files
build(deps): bump node from 23.4.0-alpine3.20 to 23.5.0-alpine3.20
Bumps node from 23.4.0-alpine3.20 to 23.5.0-alpine3.20. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b812f5 commit 34067e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:23.4.0-alpine3.20 AS build
1+
FROM node:23.5.0-alpine3.20 AS build
22

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

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

10-
FROM node:23.4.0-alpine3.20 AS final
10+
FROM node:23.5.0-alpine3.20 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)