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