Skip to content

Commit

Permalink
chore(deps): update dependency grafana/loki to v2.9.10 (#688)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 12, 2024
1 parent 8c0bc09 commit e2dff0b
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.2/logcli-linux-amd64.zip
curl -L -O https://github.com/grafana/loki/releases/download/v2.9.10/logcli-linux-amd64.zip
python -mzipfile -e logcli-linux-amd64.zip .
chmod -c 755 logcli-linux-amd64
)
Expand Down

0 comments on commit e2dff0b

Please sign in to comment.