Skip to content
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.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=1.2.0

FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:b160411d254dc2617f805f45567aece0b90e4ca976c7c137f48cff4ad9134544 AS builder
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:9a2ab26f8751c40b7ff7a5447dfef8be003e42d2a789e8d64a2b1de365c74ca4 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=1.2.0

FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:b160411d254dc2617f805f45567aece0b90e4ca976c7c137f48cff4ad9134544 AS builder
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:9a2ab26f8751c40b7ff7a5447dfef8be003e42d2a789e8d64a2b1de365c74ca4 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=1.2.0

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