From dfee1e86064c9a30d1ce6b5cbe2ebe5b73628c92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:25:10 +0100 Subject: [PATCH] chore(deps): update dependency canonical/chisel to v1 (#433) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- jre/Dockerfile.22.04 | 2 +- tests/containers/maven/Dockerfile.22.04 | 2 +- tests/pdfbox/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jre/Dockerfile.22.04 b/jre/Dockerfile.22.04 index 730affa7..1e638c2c 100644 --- a/jre/Dockerfile.22.04 +++ b/jre/Dockerfile.22.04 @@ -3,7 +3,7 @@ ARG USER=app ARG UID=101 ARG GROUP=app ARG GID=101 -ARG CHISEL_VERSION=0.10.0 +ARG CHISEL_VERSION=1.0.0 FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:1582c29f34a48752e406f1a261fe9545fad895da3f6bb4be55bc82485557564e AS builder ARG USER diff --git a/tests/containers/maven/Dockerfile.22.04 b/tests/containers/maven/Dockerfile.22.04 index 818e35a6..51079101 100644 --- a/tests/containers/maven/Dockerfile.22.04 +++ b/tests/containers/maven/Dockerfile.22.04 @@ -1,6 +1,6 @@ ARG UBUNTU_RELEASE=22.04 ARG BASE_IMAGE=ubuntu/jre:17_edge -ARG CHISEL_VERSION=0.10.0 +ARG CHISEL_VERSION=1.0.0 ARG TARGETARCH=amd64 FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:1582c29f34a48752e406f1a261fe9545fad895da3f6bb4be55bc82485557564e AS jdk diff --git a/tests/pdfbox/Dockerfile b/tests/pdfbox/Dockerfile index b26472a7..c4fe93ce 100644 --- a/tests/pdfbox/Dockerfile +++ b/tests/pdfbox/Dockerfile @@ -4,7 +4,7 @@ ARG USER=app ARG UID=101 ARG GROUP=app ARG GID=101 -ARG CHISEL_VERSION=0.10.0 +ARG CHISEL_VERSION=1.0.0 ARG TARGETARCH=amd64 FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:1582c29f34a48752e406f1a261fe9545fad895da3f6bb4be55bc82485557564e AS builder