Skip to content

Commit

Permalink
Nodejs 20.16.0->20.17.0 + current Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Aug 28, 2024
1 parent 33e36fb commit 6368461
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:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30 \
FROM --platform=$TARGETPLATFORM ubuntu:24.04@sha256:8a37d68f4f73ebf3d4efafbcf66379bf3728902a8038616808f04e34a9ab63ee \
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.16.0-bookworm-slim@sha256:a22f79e64de59efd3533828aecc9817bfdc1cd37dde598aa27d6065e7b1f0abc \
FROM --platform=$TARGETPLATFORM node:20.17.0-bookworm-slim@sha256:9fb20391a0320aed25636d8312f4332f9be734c5acef4c94722048c2bed5a87d \
as node

FROM base as bin
Expand Down

0 comments on commit 6368461

Please sign in to comment.