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 329f9d1 commit 8a2c18eCopy full SHA for 8a2c18e
1 file changed
runner.Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker.io/docker/dockerfile:1.7.1
2
-FROM --platform=$TARGETPLATFORM ubuntu:24.04@sha256:9cbed754112939e914291337b5e554b07ad7c392491dba6daf25eef1332a22e8 \
+FROM --platform=$TARGETPLATFORM ubuntu:24.04@sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252 \
3
as base
4
5
RUN set -ex; \
@@ -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.19.0-trixie-slim@sha256:ba533b824f504e19137d3c961f8f6ef5278b02d8bfa7010eabb1b836d3125ce4 \
+FROM --platform=$TARGETPLATFORM node:22.20.0-trixie-slim@sha256:535ba2ed7dcf0dec29b0af4cac2b87ccdd935880212d4b9537e767b078ce1ca3 \
41
as node
42
43
FROM base as bin
0 commit comments