diff --git a/Makefile b/Makefile index fb8127f885..2734c8fcde 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ release: --env "RELEASE_GID=$(RELEASE_GID)" \ --rm \ --workdir /cilium \ - --volume `pwd`:/cilium docker.io/library/golang:1.17.6-alpine3.14 \ + --volume `pwd`:/cilium docker.io/library/golang:1.17.6-alpine3.15 \ sh -c "apk add --no-cache make git && make local-release VERSION=${VERSION}" local-release: clean