Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
16b07a67c8 Update loki to 3.6.7 2026-03-20 15:52:41 -07:00
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

View file

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