Skip to content

Commit 99e3167

Browse files
chore(deps): update dependency canonical/chisel to v1.1.0 (#700)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 64804d0 commit 99e3167

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dotnet-aspnet/Dockerfile.24.10

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

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

dotnet-deps/Dockerfile.24.10

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

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

dotnet-runtime/Dockerfile.24.10

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

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

0 commit comments

Comments
 (0)