Skip to content

Commit 754a83a

Browse files
chore(deps): update ubuntu.azurecr.io/ubuntu:22.04 docker digest to b2fd7c7 (#710)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d073d92 commit 754a83a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dotnet-aspnet/Dockerfile.22.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG UBUNTU_RELEASE=22.04
22
ARG USER=app UID=101 GROUP=app GID=101
33
ARG CHISEL_VERSION=1.1.0
44

5-
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:1582c29f34a48752e406f1a261fe9545fad895da3f6bb4be55bc82485557564e AS builder
5+
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:b2fd7c7dee18f2ce9023550702af6408d322a278800ed07829c6dc94b82960b0 AS builder
66
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION
77
SHELL ["/bin/bash", "-oeux", "pipefail", "-c"]
88

dotnet-deps/Dockerfile.22.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG UBUNTU_RELEASE=22.04
22
ARG USER=app UID=101 GROUP=app GID=101
33
ARG CHISEL_VERSION=1.1.0
44

5-
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:1582c29f34a48752e406f1a261fe9545fad895da3f6bb4be55bc82485557564e AS builder
5+
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:b2fd7c7dee18f2ce9023550702af6408d322a278800ed07829c6dc94b82960b0 AS builder
66
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION
77
SHELL ["/bin/bash", "-oeux", "pipefail", "-c"]
88
RUN apt-get update \

dotnet-runtime/Dockerfile.22.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG UBUNTU_RELEASE=22.04
22
ARG USER=app UID=101 GROUP=app GID=101
33
ARG CHISEL_VERSION=1.1.0
44

5-
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:1582c29f34a48752e406f1a261fe9545fad895da3f6bb4be55bc82485557564e AS builder
5+
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:b2fd7c7dee18f2ce9023550702af6408d322a278800ed07829c6dc94b82960b0 AS builder
66
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION
77
SHELL ["/bin/bash", "-oeux", "pipefail", "-c"]
88
RUN apt-get update \

0 commit comments

Comments
 (0)