Update loki to 3.6.7 (#302)
All checks were successful
Build Container (Nix) / detect (push) Successful in 1s
Build Container / detect (push) Successful in 2s
Build Container (Nix) / build (loki) (push) Successful in 1s
Build Container / build (loki) (push) Successful in 6s

Reviewed-on: #302
This commit is contained in:
Erich Blume 2026-03-20 16:02:28 -07:00
commit f9426b734c
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
# Grafana Loki log aggregation system
# Two-stage build: Go binary, Alpine runtime
ARG CONTAINER_APP_VERSION=3.6.5
ARG CONTAINER_APP_VERSION=3.6.7
ARG LOKI_VERSION=v${CONTAINER_APP_VERSION}
FROM golang:alpine3.22 AS build