Skip to content

Commit

Permalink
bump symbol collector 1.17.0 (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia authored Apr 15, 2024
1 parent f6d9d1e commit 11a2e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN : \
&& cargo install cargo-hack \
&& gem install -g --no-document \
# Install https://github.com/getsentry/symbol-collector
&& symbol_collector_url=$(curl -s https://api.github.com/repos/getsentry/symbol-collector/releases/tags/1.12.0 | \
&& symbol_collector_url=$(curl -s https://api.github.com/repos/getsentry/symbol-collector/releases/tags/1.17.0 | \
jq -r '.assets[].browser_download_url | select(endswith("symbolcollector-console-linux-x64.zip"))') \
&& curl -sL $symbol_collector_url -o "/tmp/sym-collector.zip" \
&& unzip /tmp/sym-collector.zip -d /usr/local/bin/ \
Expand Down

0 comments on commit 11a2e0c

Please sign in to comment.