From 02f4692d18c53226185c9bad11d4c8fccb274315 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 09:35:26 +0000 Subject: [PATCH] chore(deps): update dependency canonical/chisel to v1.2.0 --- python3.8/Dockerfile.20.04 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.8/Dockerfile.20.04 b/python3.8/Dockerfile.20.04 index 9da1fc2..2db0add 100644 --- a/python3.8/Dockerfile.20.04 +++ b/python3.8/Dockerfile.20.04 @@ -1,6 +1,6 @@ ARG UBUNTU_RELEASE=20.04 ARG USER=ubuntu UID=101 GROUP=ubuntu GID=101 -ARG CHISEL_VERSION=1.1.0 +ARG CHISEL_VERSION=1.2.0 FROM ubuntu:$UBUNTU_RELEASE AS builder ARG USER UID GROUP GID TARGETARCH CHISEL_VERSION