Skip to content

Commit 9ea7ec1

Browse files
chore(deps): update dependency canonical/chisel to v1.4.0
1 parent bbc44a1 commit 9ea7ec1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dotnet-aspnet/Dockerfile.24.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG UBUNTU_RELEASE=24.04
22
ARG USER=app UID=101 GROUP=app GID=101
3-
ARG CHISEL_VERSION=1.3.0
3+
ARG CHISEL_VERSION=1.4.0
44

55
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:6b4c0f97bc73e76ac20ef992258e9b8c831b7755d2047d83109da8eb279881fe AS builder
66
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION

dotnet-deps/Dockerfile.24.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG UBUNTU_RELEASE=24.04
22
ARG USER=app UID=101 GROUP=app GID=101
3-
ARG CHISEL_VERSION=1.3.0
3+
ARG CHISEL_VERSION=1.4.0
44

55
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:6b4c0f97bc73e76ac20ef992258e9b8c831b7755d2047d83109da8eb279881fe AS builder
66
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION

dotnet-runtime/Dockerfile.24.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG UBUNTU_RELEASE=24.04
22
ARG USER=app UID=101 GROUP=app GID=101
3-
ARG CHISEL_VERSION=1.3.0
3+
ARG CHISEL_VERSION=1.4.0
44

55
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:6b4c0f97bc73e76ac20ef992258e9b8c831b7755d2047d83109da8eb279881fe AS builder
66
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION

0 commit comments

Comments
 (0)