Skip to content
Open
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
@@ -1,6 +1,6 @@
ARG UBUNTU_RELEASE=22.04
ARG USER=app UID=101 GROUP=app GID=101
ARG CHISEL_VERSION=1.4.1
ARG CHISEL_VERSION=1.4.2

FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:74f1fdaef92dff9c4da5c35e90b92b07807ef8c27114f622c700107d7042d79e AS builder
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dotnet-deps/Dockerfile.22.04
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG UBUNTU_RELEASE=22.04
ARG USER=app UID=101 GROUP=app GID=101
ARG CHISEL_VERSION=1.4.1
ARG CHISEL_VERSION=1.4.2

FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:74f1fdaef92dff9c4da5c35e90b92b07807ef8c27114f622c700107d7042d79e AS builder
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dotnet-runtime/Dockerfile.22.04
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG UBUNTU_RELEASE=22.04
ARG USER=app UID=101 GROUP=app GID=101
ARG CHISEL_VERSION=1.4.1
ARG CHISEL_VERSION=1.4.2

FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:74f1fdaef92dff9c4da5c35e90b92b07807ef8c27114f622c700107d7042d79e AS builder
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION
Expand Down
Loading