diff --git a/deploy/Dockerfile b/deploy/Dockerfile index 0bd5b7deb7..7eb934e6f8 100644 --- a/deploy/Dockerfile +++ b/deploy/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.hub.docker.com/library/golang:1.20-alpine3.16 AS build +FROM registry.hub.docker.com/library/golang:1.22-alpine3.18 AS build # Install build depdencies for all supported arches RUN apk --no-cache add bash build-base cmake device-mapper findutils git \