Skip to content

Commit 8a20b4d

Browse files
Merge pull request #30 from voxpupuli/dependabot/docker/library/node-24.2.0-alpine3.21
build(deps): bump library/node from 24.1.0-alpine3.21 to 24.2.0-alpine3.21
2 parents dff260c + 0bac009 commit 8a20b4d

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