diff --git a/Dockerfile b/Dockerfile index 24ac9ff..7b91400 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM golang:1.17.0-alpine AS build_deps +FROM golang:1.20.1-alpine AS build_deps RUN apk add --no-cache git