Skip to content

Update python Docker tag from 3.13.13 to v3.14.5 (Dockerfile.nginx-alpine)#14863

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/python-3.x
Open

Update python Docker tag from 3.13.13 to v3.14.5 (Dockerfile.nginx-alpine)#14863
renovate[bot] wants to merge 1 commit into
devfrom
renovate/python-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 13, 2026

This PR contains the following updates:

Package Type Update Change
python stage minor 3.13.13-alpine3.223.14.5-alpine3.22
python final minor 3.13.13-slim-trixie3.14.5-slim-trixie
python final minor 3.13.13-alpine3.223.14.5-alpine3.22

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Wednesday (* * * * 3)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from Maffooch as a code owner May 13, 2026 08:03
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 13, 2026
@renovate renovate Bot requested a review from mtesauro as a code owner May 13, 2026 08:03
@Maffooch Maffooch added this to the 2.59.0 milestone May 13, 2026
@renovate renovate Bot changed the title Update python Docker tag from 3.13.13 to v3.14.5 (Dockerfile.nginx-alpine) chore(deps): update python docker tag from 3.13.13 to v3.14.5 (dockerfile.nginx-alpine) May 13, 2026
Copy link
Copy Markdown
Contributor

@mtesauro mtesauro left a comment

Choose a reason for hiding this comment

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

Need to test this

@valentijnscholten
Copy link
Copy Markdown
Member

I am no longer seeing the problems we had on the previous attempt in #14158

@renovate renovate Bot force-pushed the renovate/python-3.x branch from b44f5a9 to 3b4455d Compare May 13, 2026 22:29
@renovate renovate Bot changed the title chore(deps): update python docker tag from 3.13.13 to v3.14.5 (dockerfile.nginx-alpine) Update python Docker tag from 3.13.13 to v3.14.5 (Dockerfile.nginx-alpine) May 14, 2026
@renovate renovate Bot force-pushed the renovate/python-3.x branch from 3b4455d to a9868ad Compare May 14, 2026 00:53
@valentijnscholten
Copy link
Copy Markdown
Member

The previous time the slowness was observed at build time. Just to be sure I ran some bigger imports to compare. All looks good.

Python 3.13 vs 3.14 — JFrog Xray Unified very_many_vulns.json import benchmark

Setup: DefectDojo dev compose stack, bind-mounted code, only python interpreter swapped between runs via image retag + docker compose up --force-recreate uwsgi celeryworker celerybeat. Shared postgres volume across both runs. 5 imports per version, unique product+engagement per iteration (auto_create_context=true).

File: unittests/scans/jfrog_xray_unified/very_many_vulns.json (25 MB, 481k lines)

Endpoint: POST /api/v2/import-scan/ (synchronous; HTTP duration = full import processing).

Per-iteration duration (seconds)

Version iter 1 iter 2 iter 3 iter 4 iter 5
Python 3.13.13 102.55 112.48 107.43 111.40 115.85
Python 3.14.5 103.62 120.78 114.16 109.07 111.85

Aggregate (drop fastest + slowest, mean of remaining 3)

Version Trimmed mean Raw mean Min Max
Python 3.13.13 110.44 s 109.94 102.55 115.85
Python 3.14.5 111.69 s 111.90 103.62 120.78

Δ trimmed mean: +1.25 s (≈ +1.1 % slower on 3.14)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants