Merged in fix-docker-build (pull request #40)
Fix issue with docker builds.
This commit is contained in:
commit
eadfc40b31
|
@ -1,4 +1,4 @@
|
|||
FROM rust:1.39-stretch
|
||||
FROM rust:1.40-stretch
|
||||
MAINTAINER Dorian Pula <dorian.pula@amber-penguin-software.ca>
|
||||
|
||||
# Cache the Rust dependencies -> http://whitfin.io/speeding-up-rust-docker-builds/
|
||||
|
|
Loading…
Reference in New Issue