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:
snyk-bot 2024-08-16 10:17:11 +00:00
parent bb6d5f602b
commit 0c496a595e
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
1 changed files with 1 additions and 1 deletions

View File

@ -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