We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d0bbd commit 21b5b26Copy full SHA for 21b5b26
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:22.20.0-trixie-slim@sha256:535ba2ed7dcf0dec29b0af4cac2b87ccdd935880212d4b9537e767b078ce1ca3 \
+FROM --platform=$TARGETPLATFORM node:22.21.1-trixie-slim@sha256:fbc210eeeb62994a644bf898574bbe2989089f17bc37fadbeaf717a6f59dc366 \
41
as node
42
43
FROM base as bin
0 commit comments