diff --git a/Dockerfile b/Dockerfile index b3881ed7..1cecd1da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN go mod download COPY . . RUN SINGLE_TARGET=true make release -FROM alpine:3.13 +FROM alpine:3.15 ARG OS="linux" ARG ARCH="amd64"