Skip to content

Commit e951163

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

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

5-
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:2d50a274db7c4875851bc825c12e0b93732d3f162177c21a7cd73d999134b046 AS builder
5+
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:d365efa5707ef8bf91bf818938fc1c43a0a6a78a616933b349f81242a9bce34e 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.3.0
44

5-
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:2d50a274db7c4875851bc825c12e0b93732d3f162177c21a7cd73d999134b046 AS builder
5+
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:d365efa5707ef8bf91bf818938fc1c43a0a6a78a616933b349f81242a9bce34e 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.3.0
44

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