Skip to content

Commit

Permalink
[Snyk] Security upgrade alpine from 3.14.1 to latest (#5)
Browse files Browse the repository at this point in the history
* fix: img/Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-1569445
- https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-1569445
- https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-1569449
- https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-1569449

* Update Dockerfile

Co-authored-by: Thomas Leplus <[email protected]>
  • Loading branch information
snyk-bot and thomasleplus authored Aug 28, 2021
1 parent eb0bf40 commit 8c40046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion img/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14.1
FROM alpine:3.14.2

RUN apk --update --no-cache add exiftool imagemagick \
&& rm -rf /var/cache/apk/*

0 comments on commit 8c40046

Please sign in to comment.