Skip to content

Commit c7e8f03

Browse files
authored
ci: pin to rust 1.70
1 parent 419a5f9 commit c7e8f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#################
22
## build stage ##
33
#################
4-
FROM rust:1-bullseye AS builder
4+
FROM rust:1.70-bullseye AS builder
55
WORKDIR /code
66

77
# Download crates-io index and fetch dependency code.

0 commit comments

Comments
 (0)