fix: Build errors with python3.13
All checks were successful
Deploy to Staging / Build Images (push) Successful in 8m50s
Deploy to Staging / Deploy to Staging (push) Successful in 23s
Deploy to Staging / Verify Staging (push) Successful in 8s
Deploy to Staging / Notify Staging Ready (push) Successful in 7s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
All checks were successful
Deploy to Staging / Build Images (push) Successful in 8m50s
Deploy to Staging / Deploy to Staging (push) Successful in 23s
Deploy to Staging / Verify Staging (push) Successful in 8s
Deploy to Staging / Notify Staging Ready (push) Successful in 7s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
This commit is contained in:
@@ -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.13-slim
|
||||
FROM ${REGISTRY_MIRRORS}/python:3.12-slim
|
||||
|
||||
# System dependencies
|
||||
# - libgomp1: OpenMP runtime required by PaddlePaddle
|
||||
|
||||
@@ -14,7 +14,7 @@ IMAGES=(
|
||||
"postgres:18-alpine"
|
||||
"redis:8.4-alpine"
|
||||
"traefik:v3.6"
|
||||
"python:3.13-slim"
|
||||
"python:3.12-slim"
|
||||
"grafana/loki:3.6.1"
|
||||
"grafana/alloy:v1.12.2"
|
||||
"grafana/grafana:12.4.0-21693836646"
|
||||
|
||||
Reference in New Issue
Block a user