Skip to content

Commit 1220319

Browse files
committed
Nodejs 22.17->22.19 and latest ubuntu
1 parent 9f0e594 commit 1220319

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:440dcf6a5640b2ae5c77724e68787a906afb8ddee98bf86db94eea8528c2c076 \
2+
FROM --platform=$TARGETPLATFORM ubuntu:24.04@sha256:9cbed754112939e914291337b5e554b07ad7c392491dba6daf25eef1332a22e8 \
33
as base
44

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

38-
FROM --platform=$TARGETPLATFORM node:22.17.0-bookworm-slim@sha256:b04ce4ae4e95b522112c2e5c52f781471a5cbc3b594527bcddedee9bc48c03a0 \
38+
FROM --platform=$TARGETPLATFORM node:22.19.0-trixie-slim@sha256:ba533b824f504e19137d3c961f8f6ef5278b02d8bfa7010eabb1b836d3125ce4 \
3939
as node
4040

4141
FROM base as bin

0 commit comments

Comments
 (0)