Skip to content

Commit 5d1e207

Browse files
committed
latest ystack-runner fixes issue with apt-get update
by removing the helm package source for the Yolean/ystack#63 workaround after installation
1 parent d5f5540 commit 5d1e207

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

builder-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$TARGETPLATFORM ghcr.io/yolean/ystack-runner:c99c1feb788de3a36cde3d1991930a0978584c0f@sha256:40328497d1941a7b3ee2176cf750269142d430b97a5360189c7e9a20cc875c66 \
1+
FROM --platform=$TARGETPLATFORM ghcr.io/yolean/ystack-runner:e17df7c871a7c6a9ad6d91fe3709561338436b06@sha256:ccb87f4338d279178e2f28cefa5dfbcb8aa65ac213124152bdb21f987d109138 \
22
as base
33

44
FROM base as nonroot

docker-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM --platform=$TARGETPLATFORM ubuntu:24.04@sha256:440dcf6a5640b2ae5c77724e68787a906afb8ddee98bf86db94eea8528c2c076
1+
FROM --platform=$TARGETPLATFORM ubuntu:24.04@sha256:9cbed754112939e914291337b5e554b07ad7c392491dba6daf25eef1332a22e8

node/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$TARGETPLATFORM node:22.17.0-bookworm-slim@sha256:b04ce4ae4e95b522112c2e5c52f781471a5cbc3b594527bcddedee9bc48c03a0
1+
FROM --platform=$TARGETPLATFORM node:22.19.0-trixie-slim@sha256:ba533b824f504e19137d3c961f8f6ef5278b02d8bfa7010eabb1b836d3125ce4
22

33
RUN runtimeDeps='procps git curl ca-certificates' \
44
&& set -ex \

0 commit comments

Comments
 (0)