fix: Dockerfile to reduce vulnerabilities (#1005)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331
- https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
This commit is contained in:
Snyk bot 2022-03-21 13:23:39 +00:00 committed by GitHub
parent 01bc2ec170
commit 9807d7c6de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ COPY . .
RUN make build
# Final image
FROM alpine
FROM alpine:3.15
# Install ca-certificates
RUN apk add --update ca-certificates jq