Upgrade Prometheus to v3.10.0

Bump CONTAINER_APP_VERSION in Dockerfile from v3.9.1 to v3.10.0.
Dagger build tested locally — builds cleanly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-03-18 07:46:44 -07:00
commit 49737b38e2
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
# Prometheus monitoring system # Prometheus monitoring system
# Three-stage build: Web UI (Node), binaries (Go), runtime (Alpine) # Three-stage build: Web UI (Node), binaries (Go), runtime (Alpine)
ARG CONTAINER_APP_VERSION=v3.9.1 ARG CONTAINER_APP_VERSION=v3.10.0
ARG PROMETHEUS_VERSION=${CONTAINER_APP_VERSION} ARG PROMETHEUS_VERSION=${CONTAINER_APP_VERSION}
FROM node:22-alpine AS ui-build FROM node:22-alpine AS ui-build

View file

@ -0,0 +1 @@
Upgrade Prometheus from v3.9.1 to v3.10.0 (distroless variants, PromQL fill operators, performance improvements)