Skip to content

Commit 39fde60

Browse files
chore(deps): update python docker tag
1 parent 96a7a58 commit 39fde60

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.6

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.6-slim@sha256:2a928e11761872b12003515ea59b3c40bb5340e2e5ecc1108e043f92be7e473d 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.6-slim@sha256:2a928e11761872b12003515ea59b3c40bb5340e2e5ecc1108e043f92be7e473d 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)