Mark Rousskov 3 жил өмнө
parent
commit
9add45f2ed
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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