diff --git a/images/gitops.containerfile b/images/gitops.containerfile index 3ec0a9b..533f5a6 100644 --- a/images/gitops.containerfile +++ b/images/gitops.containerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54 +FROM ubuntu:24.04@sha256:7a398144c5a2fa7dbd9362e460779dc6659bd9b19df50f724250c62ca7812eb3 RUN export DEBIAN_FRONTEND=noninteractive; apt-get -y update && apt-get install -y \ ca-certificates lsb-release sudo fakeroot \ diff --git a/images/ubuntu-24.04.containerfile b/images/ubuntu-24.04.containerfile index 6bc694b..93ff9ad 100644 --- a/images/ubuntu-24.04.containerfile +++ b/images/ubuntu-24.04.containerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54 +FROM ubuntu:24.04@sha256:7a398144c5a2fa7dbd9362e460779dc6659bd9b19df50f724250c62ca7812eb3 RUN export DEBIAN_FRONTEND=noninteractive; apt-get -y update && apt-get install -y \ ca-certificates lsb-release sudo fakeroot \ diff --git a/runners/Containerfile b/runners/Containerfile index 36fddad..5daa676 100644 --- a/runners/Containerfile +++ b/runners/Containerfile @@ -32,7 +32,7 @@ RUN mkdir -p /runner/tools/helpers \ ## --- Actions Runner Image -FROM ubuntu:24.04@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54 +FROM ubuntu:24.04@sha256:7a398144c5a2fa7dbd9362e460779dc6659bd9b19df50f724250c62ca7812eb3 ARG TARGETARCH="${TARGETARCH:-}" ARG TARGETOS="${TARGETOS:-linux}"