Преглед изворни кода

Update Dockerfile to pull from Rust 1.45

Camelid пре 4 година
родитељ
комит
7482dbe9dd
1 измењених фајлова са 1 додато и 1 уклоњено
  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