diff --git a/Dockerfile b/Dockerfile index c0d84bf7..09c83738 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17-alpine AS build_deps +FROM golang:1.22-alpine AS build_deps RUN apk add --no-cache git