Skip to content

Commit

Permalink
chore(deps): update dependency canonical/chisel to v1 (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 55c3c78 commit d4194dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dotnet-aspnet/Dockerfile.24.04
Original file line number Diff line number Diff line change
@@ -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:fb95efe0d22be277f10250f15e5172ec0fe22c37eca2ba55e78b526c447eec23 AS builder
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dotnet-deps/Dockerfile.24.04
Original file line number Diff line number Diff line change
@@ -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:fb95efe0d22be277f10250f15e5172ec0fe22c37eca2ba55e78b526c447eec23 AS builder
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dotnet-runtime/Dockerfile.24.04
Original file line number Diff line number Diff line change
@@ -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:fb95efe0d22be277f10250f15e5172ec0fe22c37eca2ba55e78b526c447eec23 AS builder
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION
Expand Down

0 comments on commit d4194dc

Please sign in to comment.