Skip to content

Commit

Permalink
Docker images > 1.17.0 are broken because of wrong baseimage (solana-…
Browse files Browse the repository at this point in the history
…labs#33709)

fix(dockerfile): make sure to use the bullseye image for building

Solana's release image is based on bullseye, make sure we compile Solana with the same environment
  • Loading branch information
TPXP authored Oct 20, 2023
1 parent e137561 commit 96052d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker-rust/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Note: when the rust version is changed also modify
# ci/rust-version.sh to pick up the new image tag
FROM rust:1.73.0
FROM rust:1.73.0-bullseye

ARG NODE_MAJOR=18

Expand Down

0 comments on commit 96052d2

Please sign in to comment.