We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db346b2 commit 0823293Copy full SHA for 0823293
runner.Dockerfile
@@ -37,7 +37,7 @@ ENV YSTACK_HOME=/usr/local/src/ystack \
37
DO_NOT_TRACK=1 \
38
npm_config_update_notifier=false
39
40
-FROM --platform=$TARGETPLATFORM node:24.11.1-trixie-slim@sha256:fcdfd7bcd8f641c8c76a8950343c73912d68ba341e8dd1074e663b784d3e76f4 \
+FROM --platform=$TARGETPLATFORM node:24.12.0-trixie-slim@sha256:b05474903f463ce4064c09986525e6588c3e66c51b69be9c93a39fb359f883ce \
41
as node
42
43
FROM base as bin
0 commit comments