Skip to content

Commit 3a8dbb0

Browse files
chore(deps): update python docker tag to v3.13.7
1 parent 96a7a58 commit 3a8dbb0

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.5"
2+
python = "3.13.7"

.python-version

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

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.5-slim@sha256:4c2cf9917bd1cbacc5e9b07320025bdb7cdf2df7b0ceaccb55e9dd7e30987419 AS base
46+
FROM python:3.13.7-slim@sha256:8220ccec22e88cddd9a541cacd1bf48423bda8cdeb1015249e4b298edf86cdc7 AS base
4747

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

288-
FROM python:3.13.5-slim@sha256:4c2cf9917bd1cbacc5e9b07320025bdb7cdf2df7b0ceaccb55e9dd7e30987419 AS production
288+
FROM python:3.13.7-slim@sha256:8220ccec22e88cddd9a541cacd1bf48423bda8cdeb1015249e4b298edf86cdc7 AS production
289289

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

0 commit comments

Comments
 (0)