From 5b08df34dee247f60ef8b5859d2c4b7c32ea4a3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 09:59:58 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23 --- 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