Skip to content

Commit cfaea63

Browse files
deps(docker): bump node in /build/dockerfiles
Bumps node from 22-alpine3.22 to 25-alpine3.22. --- updated-dependencies: - dependency-name: node dependency-version: 25-alpine3.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b76e3bd commit cfaea63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/dockerfiles/linux-musl.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
# Make an assembly including both musl and libc variant to be able to run on all linux systems
10-
FROM docker.io/node:22-alpine3.22 as linux-musl-builder
10+
FROM docker.io/node:25-alpine3.22 as linux-musl-builder
1111

1212
RUN apk add --update --no-cache \
1313
# Download some files

0 commit comments

Comments
 (0)