Skip to content

Commit 4dd6d2d

Browse files
committed
Nodejs 22.21.1->24.11.1
1 parent 1ed0f2b commit 4dd6d2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runner.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker.io/docker/dockerfile:1.7.1
2-
FROM --platform=$TARGETPLATFORM ubuntu:24.04@sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252 \
2+
FROM --platform=$TARGETPLATFORM ubuntu:24.04@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54 \
33
as base
44

55
RUN set -ex; \
@@ -37,7 +37,7 @@ ENV YSTACK_HOME=/usr/local/src/ystack \
3737
DO_NOT_TRACK=1 \
3838
npm_config_update_notifier=false
3939

40-
FROM --platform=$TARGETPLATFORM node:22.21.1-trixie-slim@sha256:fbc210eeeb62994a644bf898574bbe2989089f17bc37fadbeaf717a6f59dc366 \
40+
FROM --platform=$TARGETPLATFORM node:24.11.1-trixie-slim@sha256:fcdfd7bcd8f641c8c76a8950343c73912d68ba341e8dd1074e663b784d3e76f4 \
4141
as node
4242

4343
FROM base as bin

0 commit comments

Comments
 (0)