diff --git a/Dockerfile b/Dockerfile index 8b6c662..5cbb966 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.3-alpine as builder +FROM golang:1.20.5-alpine as builder RUN apk add --no-cache --update make