diff --git a/dotnet-aspnet/Dockerfile.24.04 b/dotnet-aspnet/Dockerfile.24.04 index 4cef906..611349d 100644 --- a/dotnet-aspnet/Dockerfile.24.04 +++ b/dotnet-aspnet/Dockerfile.24.04 @@ -2,7 +2,7 @@ ARG UBUNTU_RELEASE=24.04 ARG USER=app UID=101 GROUP=app GID=101 ARG CHISEL_VERSION=0.10.0 -FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:243a61c5fdcb04b124d9f095e899a3e36c55244feb2b42209d7dd517726517dd AS builder +FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:288b44a1b2dfe3788255c3abd41e346bece153b9e066325f461f605425afaf82 AS builder ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION SHELL ["/bin/bash", "-oeux", "pipefail", "-c"] RUN apt-get update \ diff --git a/dotnet-deps/Dockerfile.24.04 b/dotnet-deps/Dockerfile.24.04 index 53bf41c..c1ef2d3 100644 --- a/dotnet-deps/Dockerfile.24.04 +++ b/dotnet-deps/Dockerfile.24.04 @@ -2,7 +2,7 @@ ARG UBUNTU_RELEASE=24.04 ARG USER=app UID=101 GROUP=app GID=101 ARG CHISEL_VERSION=0.10.0 -FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:243a61c5fdcb04b124d9f095e899a3e36c55244feb2b42209d7dd517726517dd AS builder +FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:288b44a1b2dfe3788255c3abd41e346bece153b9e066325f461f605425afaf82 AS builder ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION SHELL ["/bin/bash", "-oeux", "pipefail", "-c"] RUN apt-get update \ diff --git a/dotnet-runtime/Dockerfile.24.04 b/dotnet-runtime/Dockerfile.24.04 index 6327699..9e27708 100644 --- a/dotnet-runtime/Dockerfile.24.04 +++ b/dotnet-runtime/Dockerfile.24.04 @@ -2,7 +2,7 @@ ARG UBUNTU_RELEASE=24.04 ARG USER=app UID=101 GROUP=app GID=101 ARG CHISEL_VERSION=0.10.0 -FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:243a61c5fdcb04b124d9f095e899a3e36c55244feb2b42209d7dd517726517dd AS builder +FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:288b44a1b2dfe3788255c3abd41e346bece153b9e066325f461f605425afaf82 AS builder ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION SHELL ["/bin/bash", "-oeux", "pipefail", "-c"] RUN apt-get update \