Skip to content

Commit 0a4eb84

Browse files
Merge pull request #38 from voxpupuli/dependabot/docker/library/node-24.6.0-alpine3.21
build(deps): bump library/node from 24.5.0-alpine3.21 to 24.6.0-alpine3.21
2 parents 70ea4f3 + b3ef841 commit 0a4eb84

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 docker.io/library/node:24.5.0-alpine3.21 AS build
1+
FROM docker.io/library/node:24.6.0-alpine3.21 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.5.0-alpine3.21 AS final
10+
FROM docker.io/library/node:24.6.0-alpine3.21 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)