From 0ed749f90c737f62a35116fb415c7267ba44789f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:01:47 +0000 Subject: [PATCH] chore(deps): update ubuntu.azurecr.io/ubuntu:24.04 docker digest to 3a8d3e0 --- 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 d18044d..7783c25 100644 --- a/dotnet-aspnet/Dockerfile.24.04 +++ b/dotnet-aspnet/Dockerfile.24.04 @@ -1,7 +1,7 @@ ARG UBUNTU_RELEASE=24.04 ARG USER=app UID=101 GROUP=app GID=101 -FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:ee06c62f7f3a72220204f8756eca37ffaa5451bd48466f757322aa536093c243 AS builder +FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:3a8d3e06c25c2a44718ae1ee1b62774e895f766d3846ed8a67fa677a114dbabb AS builder ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE 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 0319464..74cddfa 100644 --- a/dotnet-deps/Dockerfile.24.04 +++ b/dotnet-deps/Dockerfile.24.04 @@ -1,7 +1,7 @@ ARG UBUNTU_RELEASE=24.04 ARG USER=app UID=101 GROUP=app GID=101 -FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:ee06c62f7f3a72220204f8756eca37ffaa5451bd48466f757322aa536093c243 AS builder +FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:3a8d3e06c25c2a44718ae1ee1b62774e895f766d3846ed8a67fa677a114dbabb AS builder ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE 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 8341b7d..c3f26d9 100644 --- a/dotnet-runtime/Dockerfile.24.04 +++ b/dotnet-runtime/Dockerfile.24.04 @@ -1,7 +1,7 @@ ARG UBUNTU_RELEASE=24.04 ARG USER=app UID=101 GROUP=app GID=101 -FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:ee06c62f7f3a72220204f8756eca37ffaa5451bd48466f757322aa536093c243 AS builder +FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:3a8d3e06c25c2a44718ae1ee1b62774e895f766d3846ed8a67fa677a114dbabb AS builder ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE SHELL ["/bin/bash", "-oeux", "pipefail", "-c"] RUN apt-get update \