Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities (#9)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE314-LIBRETLS-2432985

Co-authored-by: Rui Costa <44004884+rui-costa@users.noreply.github.com>
  • Loading branch information
snyk-bot and rui-costa committed Apr 22, 2022
1 parent ddcc0a8 commit 9f1a96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Container image that runs your code
FROM alpine:3.15
FROM alpine:latest
RUN apk update
RUN apk add git
RUN apk add curl
Expand Down

0 comments on commit 9f1a96b

Please sign in to comment.