diff --git a/dotnet-aspnet/Dockerfile.22.10.unsupported b/dotnet-aspnet/Dockerfile.22.10.unsupported index e42b3b9..102b74b 100644 --- a/dotnet-aspnet/Dockerfile.22.10.unsupported +++ b/dotnet-aspnet/Dockerfile.22.10.unsupported @@ -1,7 +1,7 @@ ARG UBUNTU_RELEASE=22.10 ARG USER=app UID=101 GROUP=app GID=101 -FROM golang:1.22 AS chisel +FROM golang:1.23 AS chisel RUN git clone --depth 1 -b main https://github.com/canonical/chisel /opt/chisel WORKDIR /opt/chisel RUN go generate internal/deb/version.go \ diff --git a/dotnet-deps/Dockerfile.22.10.unsupported b/dotnet-deps/Dockerfile.22.10.unsupported index 7ecad94..388c391 100644 --- a/dotnet-deps/Dockerfile.22.10.unsupported +++ b/dotnet-deps/Dockerfile.22.10.unsupported @@ -1,7 +1,7 @@ ARG UBUNTU_RELEASE=22.10 ARG USER=app UID=101 GROUP=app GID=101 -FROM golang:1.22 AS chisel +FROM golang:1.23 AS chisel RUN git clone --depth 1 -b main https://github.com/canonical/chisel /opt/chisel WORKDIR /opt/chisel RUN go generate internal/deb/version.go \ diff --git a/dotnet-runtime/Dockerfile.22.10.unsupported b/dotnet-runtime/Dockerfile.22.10.unsupported index be890c6..0220619 100644 --- a/dotnet-runtime/Dockerfile.22.10.unsupported +++ b/dotnet-runtime/Dockerfile.22.10.unsupported @@ -1,7 +1,7 @@ ARG UBUNTU_RELEASE=22.10 ARG USER=app UID=101 GROUP=app GID=101 -FROM golang:1.22 AS chisel +FROM golang:1.23 AS chisel RUN git clone --depth 1 -b main https://github.com/canonical/chisel /opt/chisel WORKDIR /opt/chisel RUN go generate internal/deb/version.go \