-
Notifications
You must be signed in to change notification settings - Fork 808
[Snyk] Security upgrade python from 3.11.10-slim-bookworm to 3.13.2-slim-bookworm #5264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-8658672 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-8658672 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-8648323 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-8648323
Deploying windmill with
|
Latest commit: |
42d88b2
|
Status: | ✅ Deploy successful! |
Preview URL: | https://4a1d00f9.windmill.pages.dev |
Branch Preview URL: | https://snyk-fix-dc535557ac8ff85ab88.windmill.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Changes requested. Reviewed everything up to 42d88b2 in 1 minute and 8 seconds
More details
- Looked at
12
lines of code in1
files - Skipped
0
files when reviewing. - Skipped posting
2
drafted comments based on config settings.
1. Dockerfile:3
- Draft comment:
Updated PYTHON_IMAGE to python:3.13.2-slim-bookworm. Ensure this version is consistent with the installed Python runtimes later. - Reason this comment was not posted:
Marked as duplicate.
2. Dockerfile:102
- Draft comment:
LATEST_STABLE_PY still set to 3.11.10 while base image is upgraded. Confirm if this mismatch is intentional. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
Workflow ID: wflow_Swe2ccg4QTHn0rxi
Want Ellipsis to fix these issues? Tag @ellipsis-dev
in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
ARG DEBIAN_IMAGE=debian:bookworm-slim | ||
ARG RUST_IMAGE=rust:1.83-slim-bookworm | ||
ARG PYTHON_IMAGE=python:3.11.10-slim-bookworm | ||
ARG PYTHON_IMAGE=python:3.13.2-slim-bookworm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PYTHON_IMAGE has been updated to use python:3.13.2-slim-bookworm. Ensure that related version references (e.g. the LATEST_STABLE_PY ARG on line 102 and the uv python install commands on lines 173–174, which still reference 3.11.10) are updated for consistency.
0d0ada6
to
1ef482e
Compare
edcef56
to
5573d88
Compare
d745b80
to
42e06e7
Compare
Snyk has created this PR to fix 3 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):
Dockerfile
We recommend upgrading to
python:3.13.2-slim-bookworm
, as this image has only 38 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-ZLIB-6008963
SNYK-DEBIAN12-GLIBC-8658672
SNYK-DEBIAN12-GLIBC-8658672
SNYK-DEBIAN12-OPENSSL-8648323
SNYK-DEBIAN12-OPENSSL-8648323
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:
🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.
Important
Upgrade Python base image in Dockerfile to 3.13.2-slim-bookworm for security improvements.
python
base image from3.11.10-slim-bookworm
to3.13.2-slim-bookworm
to address security vulnerabilities.This description was created by
for 42d88b2. It will automatically update as commits are pushed.