From 16b07a67c8199a59a547a231c4b68f75ef9f76a8 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Fri, 20 Mar 2026 15:52:41 -0700 Subject: [PATCH] Update loki to 3.6.7 --- containers/loki/Dockerfile | 2 +- update-loki-3.6.7.infra.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 update-loki-3.6.7.infra.md diff --git a/containers/loki/Dockerfile b/containers/loki/Dockerfile index 518c493..8ef0b2a 100644 --- a/containers/loki/Dockerfile +++ b/containers/loki/Dockerfile @@ -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 diff --git a/update-loki-3.6.7.infra.md b/update-loki-3.6.7.infra.md new file mode 100644 index 0000000..c30a619 --- /dev/null +++ b/update-loki-3.6.7.infra.md @@ -0,0 +1 @@ +Update loki from 3.6.5 to 3.6.7 -- 2.50.1 (Apple Git-155)