Skip to content

Commit

Permalink
fix: Docker/python-nginx/python2.7-alpine3.7/Dockerfile to reduce vul…
Browse files Browse the repository at this point in the history
…nerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286
- https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286
  • Loading branch information
snyk-bot committed Dec 2, 2023
1 parent 41c61c2 commit 385fb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/python-nginx/python2.7-alpine3.7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# python2.7 microservice base image

FROM alpine:3.7
FROM alpine:3.18.5

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 385fb0b

Please sign in to comment.