Skip to content

Commit

Permalink
Merge pull request #320 from ubuntu-rocks/renovate/channels/6.0/edge-…
Browse files Browse the repository at this point in the history
…ubuntu.azurecr.io-ubuntu-22.04

chore(deps): update ubuntu.azurecr.io/ubuntu:22.04 docker digest to 83fc61c (channels/6.0/edge)
  • Loading branch information
cjdcordeiro authored Nov 21, 2023
2 parents e5cab93 + d5f9955 commit f788613
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
@@ -1,7 +1,7 @@
ARG UBUNTU_RELEASE=22.04
ARG USER=app UID=101 GROUP=app GID=101

FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:ddbc99ca01a315623712cd173a804c4df5827a5866f863fb87ec2d2ee8c506bd AS builder
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:83fc61c57dee4e20e0dfac33e988fd54160b136875cd6f4e9ff53ac178ddbeb6 AS builder
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE
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
@@ -1,7 +1,7 @@
ARG UBUNTU_RELEASE=22.04
ARG USER=app UID=101 GROUP=app GID=101

FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:ddbc99ca01a315623712cd173a804c4df5827a5866f863fb87ec2d2ee8c506bd AS builder
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:83fc61c57dee4e20e0dfac33e988fd54160b136875cd6f4e9ff53ac178ddbeb6 AS builder
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE
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
@@ -1,7 +1,7 @@
ARG UBUNTU_RELEASE=22.04
ARG USER=app UID=101 GROUP=app GID=101

FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:ddbc99ca01a315623712cd173a804c4df5827a5866f863fb87ec2d2ee8c506bd AS builder
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:83fc61c57dee4e20e0dfac33e988fd54160b136875cd6f4e9ff53ac178ddbeb6 AS builder
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE
SHELL ["/bin/bash", "-oeux", "pipefail", "-c"]
RUN apt-get update \
Expand Down

0 comments on commit f788613

Please sign in to comment.