fix: Python Image Pinning
All checks were successful
Deploy to Staging / Build Images (push) Successful in 8m28s
Deploy to Staging / Deploy to Staging (push) Successful in 22s
Deploy to Staging / Verify Staging (push) Successful in 8s
Deploy to Staging / Notify Staging Ready (push) Successful in 8s
Deploy to Staging / Notify Staging Failure (push) Has been skipped

This commit is contained in:
Eric Gullickson
2026-02-08 19:11:13 -06:00
parent 2c3e432fcf
commit e7471d5c27
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
# Build argument for registry (defaults to Gitea mirrors, falls back to Docker Hub)
ARG REGISTRY_MIRRORS=git.motovaultpro.com/egullickson/mirrors
FROM ${REGISTRY_MIRRORS}/python:3.12-slim
FROM ${REGISTRY_MIRRORS}/python:3.13-slim
# System dependencies
# - libgomp1: OpenMP runtime required by PaddlePaddle