From fac3b3b39bd42b23cd8c1d3bb68f8da93878e6f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:10:08 +0600 Subject: [PATCH] chore(deps): update ubuntu.azurecr.io/ubuntu:24.04 docker digest to 243a61c (#623) --- dotnet-aspnet/Dockerfile.24.04 | 2 +- dotnet-deps/Dockerfile.24.04 | 2 +- dotnet-runtime/Dockerfile.24.04 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dotnet-aspnet/Dockerfile.24.04 b/dotnet-aspnet/Dockerfile.24.04 index a9bd450..4cef906 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:4f5ca1c8b7abe2bd1162e629cafbd824c303b98954b1a168526aca6021f8affe AS builder +FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:243a61c5fdcb04b124d9f095e899a3e36c55244feb2b42209d7dd517726517dd 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 92612bc..53bf41c 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:4f5ca1c8b7abe2bd1162e629cafbd824c303b98954b1a168526aca6021f8affe AS builder +FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:243a61c5fdcb04b124d9f095e899a3e36c55244feb2b42209d7dd517726517dd 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 e8141b2..6327699 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:4f5ca1c8b7abe2bd1162e629cafbd824c303b98954b1a168526aca6021f8affe AS builder +FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:243a61c5fdcb04b124d9f095e899a3e36c55244feb2b42209d7dd517726517dd AS builder ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION SHELL ["/bin/bash", "-oeux", "pipefail", "-c"] RUN apt-get update \