Skip to content

Commit

Permalink
fix: docker/proxy/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Mar 18, 2024
1 parent 802bac1 commit 4482579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN ["python", "manage.py", "collectstatic"]

CMD [ "gunicorn", "web.wsgi", "-b 0.0.0.0:8000" ]

FROM nginx:1.25.3-alpine3.18
FROM nginx:mainline-alpine

RUN apk update && apk upgrade

Expand Down

0 comments on commit 4482579

Please sign in to comment.