Skip to content

Commit

Permalink
Merge pull request #1089 from cybozu/loki-promtail-2.9.1
Browse files Browse the repository at this point in the history
loki, promtail: v2.9.1
  • Loading branch information
umezawatakeshi authored Sep 19, 2023
2 parents 504d3fa + b7586af commit 1ab4e39
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion loki/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM quay.io/cybozu/golang:1.20-jammy AS build
ARG LOKI_VERSION=2.9.0
ARG LOKI_VERSION=2.9.1

WORKDIR /work
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion loki/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.0.1
2.9.1.1
2 changes: 1 addition & 1 deletion promtail/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM quay.io/cybozu/golang:1.20-jammy AS build
ARG LOKI_VERSION=2.9.0
ARG LOKI_VERSION=2.9.1
ARG SYSTEMD_VERSION=252

WORKDIR /work
Expand Down
2 changes: 1 addition & 1 deletion promtail/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.0.1
2.9.1.1

0 comments on commit 1ab4e39

Please sign in to comment.