chore: update base image versions in mirror script (refs #96)
All checks were successful
Deploy to Staging / Build Images (pull_request) Successful in 33s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 22s
Deploy to Staging / Verify Staging (pull_request) Successful in 2m31s
Deploy to Staging / Notify Staging Ready (pull_request) Successful in 8s
Deploy to Staging / Notify Staging Failure (pull_request) Has been skipped

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Eric Gullickson
2026-02-05 18:26:23 -06:00
parent bac4d340bc
commit ce6b6cf7cf

View File

@@ -14,12 +14,12 @@ IMAGES=(
"postgres:18-alpine"
"redis:8.4-alpine"
"traefik:v3.6"
"python:3.11-slim"
"python:3.13-slim"
"docker:24.0"
"docker:24.0-dind"
"grafana/loki:2.9.0"
"grafana/promtail:2.9.0"
"grafana/grafana:10.0.0"
"grafana/loki:3.6.1"
"grafana/alloy:v1.12.2"
"grafana/grafana:12.4.0"
)
echo "========================================"