Skip to content

Commit

Permalink
Nodejs 20.18.0->22.11.0, current ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Nov 11, 2024
1 parent 1272b27 commit 1c563d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runner.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker.io/docker/dockerfile:1.7.1
FROM --platform=$TARGETPLATFORM ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b \
FROM --platform=$TARGETPLATFORM ubuntu:24.04@sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5 \
as base

RUN set -ex; \
Expand All @@ -26,7 +26,7 @@ ENV YSTACK_HOME=/usr/local/src/ystack \
DO_NOT_TRACK=1 \
npm_config_update_notifier=false

FROM --platform=$TARGETPLATFORM node:20.18.0-bookworm-slim@sha256:967bab29ecde5d59a6dd781054bf9021eee8116068e1f5cb139750b6bc6a75e9 \
FROM --platform=$TARGETPLATFORM node:22.11.0-bookworm-slim@sha256:f73e9c70d4279d5e7b7cc1fe307c5de18b61089ffa2235230408dfb14e2f09a0 \
as node

FROM base as bin
Expand Down

0 comments on commit 1c563d0

Please sign in to comment.