Pārlūkot izejas kodu

Merge pull request #705 from camelid/patch-3

Update Dockerfile to pull from Rust 1.45
Mark Rousskov 4 gadi atpakaļ
vecāks
revīzija
10151d701c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -5,7 +5,7 @@
 #  Build image  #
 #################
 
-FROM rust:1.42 AS build
+FROM rust:1.45 AS build
 
 COPY . .
 RUN cargo test --release --all