Skip to content

Commit

Permalink
[Snyk] Security upgrade python from 3.11-slim to 3.13-slim (#2797)
Browse files Browse the repository at this point in the history
fix: containers/ecr-viewer/seed-scripts/Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963
- https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-8229893
- https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-8229893
- https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-1559391
- https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-1559403

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Josh Nygaard <[email protected]>
  • Loading branch information
3 people authored Oct 23, 2024
1 parent dbd474b commit 013c85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/ecr-viewer/seed-scripts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.13-slim

# Set the working directory in the container
WORKDIR /code
Expand Down

0 comments on commit 013c85f

Please sign in to comment.