Skip to content

Commit c2b38c1

Browse files
renovate[bot]anemoijereja-eden
authored andcommitted
chore(deps): update python docker tag to v3.13.5
1 parent 6461691 commit c2b38c1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tools]
2-
python = "3.13.2"
2+
python = "3.13.5"

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13.2
1+
3.13.5

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# Size Impact: ~150MB (Python slim + runtime deps)
4444
# ==============================================================================
4545

46-
FROM python:3.13.2-slim@sha256:6b3223eb4d93718828223966ad316909c39813dee3ee9395204940500792b740 AS base
46+
FROM python:3.13.5-slim@sha256:f2fdaec50160418e0c2867ba3e254755edd067171725886d5d303fd7057bbf81 AS base
4747

4848
# OCI Labels for container metadata and registry compliance
4949
# These labels provide important metadata for container registries and tools
@@ -286,7 +286,7 @@ CMD ["sh", "-c", "poetry run prisma generate && exec poetry run tux --dev start"
286286
# Size Impact: ~440MB (73% reduction from development image)
287287
# ==============================================================================
288288

289-
FROM python:3.13.2-slim@sha256:6b3223eb4d93718828223966ad316909c39813dee3ee9395204940500792b740 AS production
289+
FROM python:3.13.5-slim@sha256:f2fdaec50160418e0c2867ba3e254755edd067171725886d5d303fd7057bbf81 AS production
290290

291291
# Duplicate OCI labels for production image metadata
292292
# COMPLIANCE: Ensures production images have proper metadata for registries

0 commit comments

Comments
 (0)