Update loki to 3.6.7 #302

Merged
eblume merged 1 commit from update-loki-3.6.7 into main 2026-03-20 16:02:29 -07:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 16b07a67c8 - Show all commits

Update loki to 3.6.7

Erich Blume 2026-03-20 15:52:41 -07:00

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

View file

@ -0,0 +1 @@
Update loki from 3.6.5 to 3.6.7