diff --git a/Dockerfile b/Dockerfile index 1b09b3d..9a7d2f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Modifications Copyright 2024 SAP SE or an SAP affiliate company and Gardener contributors ############# builder -FROM golang:1.22.0 AS builder +FROM golang:1.22.1 AS builder ARG GOPROXY=https://proxy.golang.org,direct ENV GOPROXY=$GOPROXY WORKDIR /go/src/github.com/gardener/quic-reverse-http-tunnel