Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- feat(maven): Support BOM files in `maven` target (#270)
- feat(maven): Optional `android` config (#271)
- feat(maven): Remove Gradle properties after publishing (#276)
- upgrade(docker): Upgrade to Debain Bullseye and Node 14 (#282)

## 0.24.4

Expand Down
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12-buster
FROM node:14-bullseye

ENV DEBIAN_FRONTEND=noninteractive \
DOTNET_CLI_TELEMETRY_OPTOUT=1 \
Expand Down Expand Up @@ -32,8 +32,6 @@ RUN apt-get -qq update \
&& curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile minimal -y \
&& cargo --version \
&& cargo install cargo-hack \
# Stick with 3.1.x as 3.2.x doesn't install on Debian Buster for some reason
&& gem update --no-document --system 3.1.5 \
&& gem install cocoapods \
# Install https://github.com/getsentry/symbol-collector
&& symbol_collector_url=$(curl -s https://github.com/ghapi/repos/getsentry/symbol-collector/releases/tags/1.3.2 | \
Expand Down