Skip to content

Commit

Permalink
Merge pull request #5055 from dlorenc/loki
Browse files Browse the repository at this point in the history
Fix CVE in loki package.
  • Loading branch information
ajayk authored Sep 2, 2023
2 parents 496d2a3 + fd0c035 commit 1df7701
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion loki.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: loki
version: 2.8.4
epoch: 4
epoch: 5
description: Like Prometheus, but for logs.
copyright:
- license: AGPL-3.0
Expand All @@ -21,6 +21,10 @@ pipeline:
tag: v${{package.version}}
expected-commit: 89d282c4399acc12d31bf8d0a288be7fd8e3e42d

- runs: |
go get github.com/prometheus/[email protected]
go mod vendor
- uses: autoconf/make

- runs: |
Expand Down

0 comments on commit 1df7701

Please sign in to comment.