From ed0b304bace2d6e6480160f54432fda15453aeda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 09:39:47 +1200 Subject: [PATCH] chore(deps): update golang docker tag to v1.23 (#415) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- benchmark/acmeair-tomcat/Dockerfile.distroless | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/acmeair-tomcat/Dockerfile.distroless b/benchmark/acmeair-tomcat/Dockerfile.distroless index c721eaf..6b55372 100644 --- a/benchmark/acmeair-tomcat/Dockerfile.distroless +++ b/benchmark/acmeair-tomcat/Dockerfile.distroless @@ -1,6 +1,6 @@ ARG UBUNTU_RELEASE=22.04 ARG BASE_IMAGE=ubuntu/jre:17_edge -FROM golang:1.22 AS chisel +FROM golang:1.23 AS chisel ARG UBUNTU_RELEASE RUN git clone --depth 1 -b ubuntu-22.04 https://github.com/canonical/chisel-releases /opt/chisel-releases \ && git clone --depth 1 -b main https://github.com/canonical/chisel /opt/chisel