Skip to content

[Snyk] Security upgrade python from 3.10.18-slim-trixie to 3.14.3-slim-trixie#66

Open
bybatkhuu wants to merge 1 commit intomainfrom
snyk-fix-9472dbf3ed7207dceaae447443d40822
Open

[Snyk] Security upgrade python from 3.10.18-slim-trixie to 3.14.3-slim-trixie#66
bybatkhuu wants to merge 1 commit intomainfrom
snyk-fix-9472dbf3ed7207dceaae447443d40822

Conversation

@bybatkhuu
Copy link
Copy Markdown
Owner

snyk-top-banner

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.14.3-slim-trixie, as this image has only 26 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:

Issue Score
low severity CVE-2025-15468
SNYK-DEBIAN13-OPENSSL-15123158
  436  
low severity CVE-2025-15468
SNYK-DEBIAN13-OPENSSL-15123158
  436  
low severity CVE-2025-15469
SNYK-DEBIAN13-OPENSSL-15123166
  436  
low severity CVE-2025-15469
SNYK-DEBIAN13-OPENSSL-15123166
  436  
low severity CVE-2025-15467
SNYK-DEBIAN13-OPENSSL-15123178
  436  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Snyk has automatically assigned this pull request, set who gets assigned.

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
👩‍💻 Set who automatically gets assigned
📜 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.

Copilot AI review requested due to automatic review settings February 9, 2026 09:19
@bybatkhuu bybatkhuu self-assigned this Feb 9, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the container base image to a newer Python slim (Debian trixie) tag to remediate reported OpenSSL-related vulnerabilities in the Docker image dependency chain.

Changes:

  • Bump Docker BASE_IMAGE from python:3.10.18-slim-trixie to python:3.14.3-slim-trixie.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Dockerfile
# syntax=docker/dockerfile:1

ARG BASE_IMAGE=python:3.10.18-slim-trixie
ARG BASE_IMAGE=python:3.14.3-slim-trixie
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This bumps the runtime Python from 3.10 to 3.14, but the repo tooling still targets 3.10 (e.g., .github/workflows/publish-docs.yml uses python-version: "3.10" and .pre-commit-config.yaml sets python3.10). If the project is intended to run on 3.14, consider aligning those pins (or explicitly documenting why they differ) to avoid CI/dev-tooling drift and untested runtime differences.

Suggested change
ARG BASE_IMAGE=python:3.14.3-slim-trixie
ARG BASE_IMAGE=python:3.10-slim-trixie

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants