fix: vendor/github.com/status-im/migrate/v4/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1534688
This commit is contained in:
parent
bb6d5f602b
commit
0c496a595e
|
@ -13,7 +13,7 @@ ENV SOURCES="file go_bindata github github_ee aws_s3 google_cloud_storage godoc_
|
|||
|
||||
RUN go build -a -o build/migrate.linux-386 -ldflags="-s -w -X main.Version=${VERSION}" -tags "$DATABASES $SOURCES" ./cmd/migrate
|
||||
|
||||
FROM alpine:3.10
|
||||
FROM alpine:3.18.8
|
||||
|
||||
RUN apk add --no-cache ca-certificates
|
||||
|
||||
|
|
Loading…
Reference in New Issue