Merge pull request #1443 from snyk/snyk-fix-1ce23d8f589f69834025cfb8f3e28f5f

[Snyk] Security upgrade alpine from 3.13 to 3.15
main
Elie 2022-03-18 09:41:52 +01:00 committed by GitHub
commit 7f9dd28197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.13
FROM alpine:3.15
ARG OS="linux"
ARG ARCH="amd64"