Skip to content

Commit

Permalink
chore(deps): update dependency grafana/loki to v2.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 13, 2025
1 parent 6550631 commit b0c5c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ logcli_tmp_dir=$(mktemp -d)
cleanup_list+=("${logcli_tmp_dir}")
(
cd "${logcli_tmp_dir}"
curl -L -O https://github.com/grafana/loki/releases/download/v2.9.11/logcli-linux-amd64.zip
curl -L -O https://github.com/grafana/loki/releases/download/v2.9.12/logcli-linux-amd64.zip
python -mzipfile -e logcli-linux-amd64.zip .
chmod -c 755 logcli-linux-amd64
)
Expand Down

0 comments on commit b0c5c49

Please sign in to comment.