Skip to content

Commit

Permalink
Nodejs 22.11.0->22.12.0 + latest ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Dec 7, 2024
1 parent d6bc827 commit f249203
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:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5 \
FROM --platform=$TARGETPLATFORM ubuntu:24.04@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab \
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:22.11.0-bookworm-slim@sha256:f73e9c70d4279d5e7b7cc1fe307c5de18b61089ffa2235230408dfb14e2f09a0 \
FROM --platform=$TARGETPLATFORM node:22.12.0-bookworm-slim@sha256:a4b757cd491c7f0b57f57951f35f4e85b7e1ad54dbffca4cf9af0725e1650cd8 \
as node

FROM base as bin
Expand Down

0 comments on commit f249203

Please sign in to comment.