diff --git a/Dockerfile b/Dockerfile index 375ef64..a54e095 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.0-alpine3.16 AS builder +FROM golang:1.19.1-alpine3.16 AS builder RUN apk add --no-cache git