Skip to content

Commit

Permalink
fix: boilerplate/flyte/golang_dockerfile/Dockerfile.GoTemplate to red…
Browse files Browse the repository at this point in the history
…uce vulnerabilities (flyteorg#277)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1534688

Signed-off-by: Haytham Abuelfutuh <[email protected]>
  • Loading branch information
snyk-bot authored Nov 5, 2021
1 parent 5aa0833 commit 86afca1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN make linux_compile
ENV PATH="/artifacts:${PATH}"

# This will eventually move to centurylink/ca-certs:latest for minimum possible image size
FROM alpine:3.10
FROM alpine:3.11.12
COPY --from=builder /artifacts /bin

RUN apk --update add ca-certificates
Expand Down

0 comments on commit 86afca1

Please sign in to comment.