Skip to content

Commit

Permalink
Merge pull request #562 from supabase/use-stable-rust
Browse files Browse the repository at this point in the history
use stable rust in dockerfile
  • Loading branch information
olirice authored Sep 27, 2024
2 parents ce49df9 + 6ebad4d commit 78bcbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN chown postgres:postgres /home/pg_graphql
USER postgres

RUN \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --profile minimal --default-toolchain nightly && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --profile minimal --default-toolchain stable && \
rustup --version && \
rustc --version && \
cargo --version
Expand Down

0 comments on commit 78bcbdf

Please sign in to comment.