瀏覽代碼

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