From 6f4df2e9730895f8beba10c306125863b7cccf08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:15:58 +0000 Subject: [PATCH] chore(deps): update dependency canonical/chisel to v1 --- dotnet-aspnet/Dockerfile.24.04 | 2 +- dotnet-deps/Dockerfile.24.04 | 2 +- dotnet-runtime/Dockerfile.24.04 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dotnet-aspnet/Dockerfile.24.04 b/dotnet-aspnet/Dockerfile.24.04 index ec38610..7600225 100644 --- a/dotnet-aspnet/Dockerfile.24.04 +++ b/dotnet-aspnet/Dockerfile.24.04 @@ -1,6 +1,6 @@ ARG UBUNTU_RELEASE=24.04 ARG USER=app UID=101 GROUP=app GID=101 -ARG CHISEL_VERSION=0.10.0 +ARG CHISEL_VERSION=1.0.0 FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:5b2fc4131b3c134a019c3ea815811de70e6ad9ee1626f59bf302558a95b436e5 AS builder ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION diff --git a/dotnet-deps/Dockerfile.24.04 b/dotnet-deps/Dockerfile.24.04 index c9e85ba..8ab334a 100644 --- a/dotnet-deps/Dockerfile.24.04 +++ b/dotnet-deps/Dockerfile.24.04 @@ -1,6 +1,6 @@ ARG UBUNTU_RELEASE=24.04 ARG USER=app UID=101 GROUP=app GID=101 -ARG CHISEL_VERSION=0.10.0 +ARG CHISEL_VERSION=1.0.0 FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:5b2fc4131b3c134a019c3ea815811de70e6ad9ee1626f59bf302558a95b436e5 AS builder ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION diff --git a/dotnet-runtime/Dockerfile.24.04 b/dotnet-runtime/Dockerfile.24.04 index 267a2ae..d135a1d 100644 --- a/dotnet-runtime/Dockerfile.24.04 +++ b/dotnet-runtime/Dockerfile.24.04 @@ -1,6 +1,6 @@ ARG UBUNTU_RELEASE=24.04 ARG USER=app UID=101 GROUP=app GID=101 -ARG CHISEL_VERSION=0.10.0 +ARG CHISEL_VERSION=1.0.0 FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:5b2fc4131b3c134a019c3ea815811de70e6ad9ee1626f59bf302558a95b436e5 AS builder ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION