Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ubuntu.azurecr.io/ubuntu:24.04 docker digest to 3a8d3e0 (channels/8.0/edge) #325

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dotnet-aspnet/Dockerfile.24.04
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG UBUNTU_RELEASE=24.04
ARG USER=app UID=101 GROUP=app GID=101

FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:ee06c62f7f3a72220204f8756eca37ffaa5451bd48466f757322aa536093c243 AS builder
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:3a8d3e06c25c2a44718ae1ee1b62774e895f766d3846ed8a67fa677a114dbabb 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-deps/Dockerfile.24.04
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG UBUNTU_RELEASE=24.04
ARG USER=app UID=101 GROUP=app GID=101

FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:ee06c62f7f3a72220204f8756eca37ffaa5451bd48466f757322aa536093c243 AS builder
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:3a8d3e06c25c2a44718ae1ee1b62774e895f766d3846ed8a67fa677a114dbabb 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.24.04
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG UBUNTU_RELEASE=24.04
ARG USER=app UID=101 GROUP=app GID=101

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