Skip to content

Commit

Permalink
ci: pin to rust 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldotyu authored Aug 18, 2024
1 parent 419a5f9 commit c7e8f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#################
## build stage ##
#################
FROM rust:1-bullseye AS builder
FROM rust:1.70-bullseye AS builder
WORKDIR /code

# Download crates-io index and fetch dependency code.
Expand Down

0 comments on commit c7e8f03

Please sign in to comment.