Explorar o código

Bump rustc to 1.53

Mark Rousskov %!s(int64=3) %!d(string=hai) anos
pai
achega
9add45f2ed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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