Skip to content

Commit 6f3f307

Browse files
authored
Merge pull request #699 from rockcrafters/renovate/channels/8.0/stable-canonical-chisel-1.x
chore(deps): update dependency canonical/chisel to v1.1.0 (channels/8.0/stable)
2 parents cde448e + 38b0b02 commit 6f3f307

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.0.0
3+
ARG CHISEL_VERSION=1.1.0
44

55
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:da20fb875cfefd317c49e7aaf3998d3e5ad42c5b20f34a0eec6dca2fe4fbb8f4 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.0.0
3+
ARG CHISEL_VERSION=1.1.0
44

55
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:da20fb875cfefd317c49e7aaf3998d3e5ad42c5b20f34a0eec6dca2fe4fbb8f4 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.0.0
3+
ARG CHISEL_VERSION=1.1.0
44

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

0 commit comments

Comments
 (0)