Skip to content

Commit

Permalink
cd: docker-compose.yml switch to debian image
Browse files Browse the repository at this point in the history
  • Loading branch information
eladyn committed Dec 30, 2024
1 parent 14b77e8 commit c1e3515
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/gen-docker-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ fi
cat << END_FILE
services:
build-container:
image: rust:bookworm
image: debian:bookworm
platform: $platform
command: bash -c "
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile default --default-toolchain stable -y &&
apt-get update &&
apt-get install -y ${dependencies[*]} &&
cargo build --release --no-default-features --features $features"
Expand Down

0 comments on commit c1e3515

Please sign in to comment.