Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities (#2)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE313-APKTOOLS-1533754
  • Loading branch information
snyk-bot authored Sep 10, 2021
1 parent dd0a329 commit cf71855
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,4 +1,4 @@
FROM alpine:3.13.5
FROM alpine:3

RUN cd /etc/apk/keys && \
wget http://alpine.adiscon.com/[email protected] && \
Expand Down

0 comments on commit cf71855

Please sign in to comment.