diff --git a/.mise.toml b/.mise.toml index 0d8cdf4e2..944b373a2 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,2 +1,2 @@ [tools] -python = "3.13.5" +python = "3.13.7" diff --git a/.python-version b/.python-version index 86f8c02eb..976544ccb 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13.5 +3.13.7 diff --git a/Dockerfile b/Dockerfile index c8477057e..d5c7993c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ # Size Impact: ~150MB (Python slim + runtime deps) # ============================================================================== -FROM python:3.13.5-slim@sha256:4c2cf9917bd1cbacc5e9b07320025bdb7cdf2df7b0ceaccb55e9dd7e30987419 AS base +FROM python:3.13.7-slim@sha256:27f90d79cc85e9b7b2560063ef44fa0e9eaae7a7c3f5a9f74563065c5477cc24 AS base # OCI Labels for container metadata and registry compliance # 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" # Size Impact: ~440MB (73% reduction from development image) # ============================================================================== -FROM python:3.13.5-slim@sha256:4c2cf9917bd1cbacc5e9b07320025bdb7cdf2df7b0ceaccb55e9dd7e30987419 AS production +FROM python:3.13.7-slim@sha256:27f90d79cc85e9b7b2560063ef44fa0e9eaae7a7c3f5a9f74563065c5477cc24 AS production # Duplicate OCI labels for production image metadata # COMPLIANCE: Ensures production images have proper metadata for registries