Skip to content

Commit aa3133b

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

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.2.0
44

5-
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:4308681229e935f06b70ccf05d00417d24f01632bd0cc643a4b75fa5f2456902 AS builder
5+
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:ce8fb303eace0ae22b0bcd4042261bf7fafd65e31cec2f9ce7c755c23d7e186c 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.2.0
44

5-
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:4308681229e935f06b70ccf05d00417d24f01632bd0cc643a4b75fa5f2456902 AS builder
5+
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:ce8fb303eace0ae22b0bcd4042261bf7fafd65e31cec2f9ce7c755c23d7e186c 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.2.0
44

5-
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:4308681229e935f06b70ccf05d00417d24f01632bd0cc643a4b75fa5f2456902 AS builder
5+
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:ce8fb303eace0ae22b0bcd4042261bf7fafd65e31cec2f9ce7c755c23d7e186c 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)