Kaynağa Gözat

Update Dockerfile to pull from Rust 1.45

Camelid 4 yıl önce
ebeveyn
işleme
7482dbe9dd
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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