adjustments to allow docker image to be built in 2021 edition

This commit is contained in:
Nick Bland
2022-01-03 19:09:52 +10:00
parent fcf0bea45f
commit 47d3fdf9b8
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM lukemathwalker/cargo-chef:latest-rust-1.53.0 AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.57.0 AS chef
WORKDIR /app
# Create lock file for project to be used in builder