chore: upgrade logging stack - mirrors, Alloy, Loki, Grafana (#96, #97, #98, #99) #102

Merged
egullickson merged 8 commits from issue-96-update-mirror-base-images into main 2026-02-06 02:16:51 +00:00
Showing only changes of commit 5fca156ff2 - Show all commits

View File

@@ -4,7 +4,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.11-slim
FROM ${REGISTRY_MIRRORS}/python:3.13-slim
# System dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \