Skip to content

Commit

Permalink
chore(deps): update dependency grafana/loki to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 35c99cf commit 2c6002a
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.10/logcli-linux-amd64.zip
curl -L -O https://github.com/grafana/loki/releases/download/v3.3.1/logcli-linux-amd64.zip
python -mzipfile -e logcli-linux-amd64.zip .
chmod -c 755 logcli-linux-amd64
)
Expand Down

0 comments on commit 2c6002a

Please sign in to comment.