diff --git a/Dockerfile b/Dockerfile index 2b40b17b3..26aa70bed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21-alpine AS builder +FROM golang:1.22.0-alpine AS builder RUN apk update && apk add --no-cache make && apk --no-cache add git