diff --git a/Dockerfile b/Dockerfile index a64d90a..f69c13a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1 (Build) -FROM golang:1.17-alpine AS builder +FROM golang:1.18-alpine AS builder ARG VERSION RUN apk add --update --no-cache git make