소스 검색

Merge pull request #705 from camelid/patch-3

Update Dockerfile to pull from Rust 1.45
Mark Rousskov 4 년 전
부모
커밋
10151d701c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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