From b104618dea60f2f231505d79fa63c670f3700365 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 10:31:03 +0000 Subject: [PATCH] chore(deps): update ubuntu.azurecr.io/ubuntu:22.04 docker digest to 0bbdf46 --- dotnet-aspnet/Dockerfile.22.04 | 2 +- dotnet-deps/Dockerfile.22.04 | 2 +- dotnet-runtime/Dockerfile.22.04 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dotnet-aspnet/Dockerfile.22.04 b/dotnet-aspnet/Dockerfile.22.04 index 4b7321f..867e2e2 100644 --- a/dotnet-aspnet/Dockerfile.22.04 +++ b/dotnet-aspnet/Dockerfile.22.04 @@ -2,7 +2,7 @@ ARG UBUNTU_RELEASE=22.04 ARG USER=app UID=101 GROUP=app GID=101 ARG CHISEL_VERSION=0.10.0 -FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:606a9e0ca22a44f8956dcb463ab4daba5d50c100ea8075d3c24a2bddd161d320 AS builder +FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:0bbdf46a8e8d861dc79e85dddb8d941b2cbf57ffdd39a846aefafb56aa11fbcb AS builder ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION SHELL ["/bin/bash", "-oeux", "pipefail", "-c"] diff --git a/dotnet-deps/Dockerfile.22.04 b/dotnet-deps/Dockerfile.22.04 index ddd389d..44a7d13 100644 --- a/dotnet-deps/Dockerfile.22.04 +++ b/dotnet-deps/Dockerfile.22.04 @@ -2,7 +2,7 @@ ARG UBUNTU_RELEASE=22.04 ARG USER=app UID=101 GROUP=app GID=101 ARG CHISEL_VERSION=0.10.0 -FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:606a9e0ca22a44f8956dcb463ab4daba5d50c100ea8075d3c24a2bddd161d320 AS builder +FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:0bbdf46a8e8d861dc79e85dddb8d941b2cbf57ffdd39a846aefafb56aa11fbcb 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.22.04 b/dotnet-runtime/Dockerfile.22.04 index 706b7ce..fad2d58 100644 --- a/dotnet-runtime/Dockerfile.22.04 +++ b/dotnet-runtime/Dockerfile.22.04 @@ -2,7 +2,7 @@ ARG UBUNTU_RELEASE=22.04 ARG USER=app UID=101 GROUP=app GID=101 ARG CHISEL_VERSION=0.10.0 -FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:606a9e0ca22a44f8956dcb463ab4daba5d50c100ea8075d3c24a2bddd161d320 AS builder +FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:0bbdf46a8e8d861dc79e85dddb8d941b2cbf57ffdd39a846aefafb56aa11fbcb AS builder ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION SHELL ["/bin/bash", "-oeux", "pipefail", "-c"] RUN apt-get update \