fix: Dockerfile to reduce vulnerabilities

main
snyk-bot 2022-07-06 20:06:50 +00:00
parent 1f727eff03
commit e76ac5d5ed
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RUN go mod download
COPY . .
RUN SINGLE_TARGET=true make release
FROM alpine:3.15
FROM alpine:3.16
ARG OS="linux"
ARG ARCH="amd64"