Skip to content

Commit c1992b3

Browse files
chore(deps): update ubuntu.azurecr.io/ubuntu:22.04 docker digest to 617747b
1 parent 9c21251 commit c1992b3

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:9a2ab26f8751c40b7ff7a5447dfef8be003e42d2a789e8d64a2b1de365c74ca4 AS builder
5+
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:617747b768d5ac776eb4f68547fe95e20b15ebdd73b06b4a208bd4d2b5e42461 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:9a2ab26f8751c40b7ff7a5447dfef8be003e42d2a789e8d64a2b1de365c74ca4 AS builder
5+
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:617747b768d5ac776eb4f68547fe95e20b15ebdd73b06b4a208bd4d2b5e42461 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:9a2ab26f8751c40b7ff7a5447dfef8be003e42d2a789e8d64a2b1de365c74ca4 AS builder
5+
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:617747b768d5ac776eb4f68547fe95e20b15ebdd73b06b4a208bd4d2b5e42461 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)