Skip to content

Commit 765c451

Browse files
chore: Use 22.17.1 Node.js for preparing musl-based assembly
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent c5a076f commit 765c451

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:20-alpine3.20 as linux-musl-builder
10+
FROM docker.io/node:22-alpine3.22 as linux-musl-builder
1111

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

0 commit comments

Comments
 (0)