Skip to content

Commit

Permalink
fix: scripts/docker/nginx/Dockerfile to reduce vulnerabilities (#10180)…
Browse files Browse the repository at this point in the history
… (#10249)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE316-CURL-3011748
- https://snyk.io/vuln/SNYK-ALPINE316-LIBXML2-3040799
- https://snyk.io/vuln/SNYK-ALPINE316-LIBXML2-3050523
- https://snyk.io/vuln/SNYK-ALPINE316-LIBXML2-3050527
- https://snyk.io/vuln/SNYK-ALPINE316-ZLIB-2976176

Co-authored-by: Alessio Fabiani <alessio.fabiani@geosolutionsgroup.com>

Co-authored-by: Snyk bot <snyk-bot@snyk.io>
Co-authored-by: Alessio Fabiani <alessio.fabiani@geosolutionsgroup.com>
  • Loading branch information
3 people committed Nov 2, 2022
1 parent 058c447 commit 3ea9e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.23.0-alpine
FROM nginx:1.23.2-alpine

RUN apk add --no-cache openssl inotify-tools

Expand Down

0 comments on commit 3ea9e53

Please sign in to comment.