Skip to content

Commit

Permalink
update rust version in earthly
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Sep 11, 2023
1 parent 17f7a0f commit bc5af9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ VERSION 0.7
FROM debian:stable-slim

rust-toolchain:
FROM rust:1.65-slim-bullseye
FROM rust:1.71-slim-bullseye
RUN rustup component add rustfmt

# Installs Cargo chef
Expand Down

0 comments on commit bc5af9c

Please sign in to comment.