Skip to content

Commit

Permalink
chore(deps): update ubuntu.azurecr.io/ubuntu:22.04 docker digest to 0…
Browse files Browse the repository at this point in the history
…5ded74
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent 5bb2786 commit 1e1926a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dotnet-aspnet/Dockerfile.22.04
Original file line number Diff line number Diff line change
Expand Up @@ -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:78d99e21d570afdd81ffa2c30c5eb7b65bcfaaf7d34b6bcd895e7b741b091bc7 AS builder
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:05ded74065a69f5228f1f424a95811d25273aa61adf72e5315d3bdfa7bd693b8 AS builder
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION
SHELL ["/bin/bash", "-oeux", "pipefail", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion dotnet-deps/Dockerfile.22.04
Original file line number Diff line number Diff line change
Expand Up @@ -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:78d99e21d570afdd81ffa2c30c5eb7b65bcfaaf7d34b6bcd895e7b741b091bc7 AS builder
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:05ded74065a69f5228f1f424a95811d25273aa61adf72e5315d3bdfa7bd693b8 AS builder
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION
SHELL ["/bin/bash", "-oeux", "pipefail", "-c"]
RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion dotnet-runtime/Dockerfile.22.04
Original file line number Diff line number Diff line change
Expand Up @@ -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:78d99e21d570afdd81ffa2c30c5eb7b65bcfaaf7d34b6bcd895e7b741b091bc7 AS builder
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:05ded74065a69f5228f1f424a95811d25273aa61adf72e5315d3bdfa7bd693b8 AS builder
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION
SHELL ["/bin/bash", "-oeux", "pipefail", "-c"]
RUN apt-get update \
Expand Down

0 comments on commit 1e1926a

Please sign in to comment.