[Snyk] Security upgrade python from 3.8-slim to 3.14.1-slim#68
[Snyk] Security upgrade python from 3.8-slim to 3.14.1-slim#68
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-SQLITE3-10753055 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-PERL-5489190 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-10690985 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-10690987
|
Important Review skippedIgnore keyword(s) in the title. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| @@ -1,4 +1,4 @@ | |||
| FROM python:3.8-slim | |||
| FROM python:3.14.1-slim | |||
There was a problem hiding this comment.
Bug: Python 3.14.1 upgrade breaks compatibility with dependencies
The upgrade from python:3.8-slim to python:3.14.1-slim is problematic. Python 3.14 is currently in alpha/beta stage and not yet stable. The project's pyproject.toml classifiers only list Python 3.8, 3.9, and 3.10 as supported. Critical dependencies like TensorFlow (installed via pip install -e /tmp/.[tf]) likely don't support Python 3.14 yet. This will cause the Docker build to fail when pip attempts to install incompatible packages.
Snyk has created this PR to fix 5 vulnerabilities in the dockerfile dependencies of this project.
Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image.
Snyk changed the following file(s):
DockerfileWe recommend upgrading to
python:3.14.1-slim, as this image has only 22 known vulnerabilities. To do this, merge this pull request, then verify your application still works as expected.Vulnerabilities that will be fixed with an upgrade:
SNYK-DEBIAN12-SQLITE3-10753055
SNYK-DEBIAN12-ZLIB-6008963
SNYK-DEBIAN12-PERL-5489190
SNYK-DEBIAN12-GNUTLS28-10690985
SNYK-DEBIAN12-GNUTLS28-10690987
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Heap-based Buffer Overflow
🦉 Double Free
Note
Updates Dockerfile base image from
python:3.8-slimtopython:3.14.1-slim.Written by Cursor Bugbot for commit a7901c0. This will update automatically on new commits. Configure here.