Pick up latest Rust

This commit is contained in:
Thomas Gideon 2020-07-31 11:11:10 -04:00
parent 3246ada1c1
commit 911254cc2f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM debian:buster-slim
ARG RUST_VER=1.45.0
ARG RUST_VER=1.45.1
RUN apt update -y -q \
&& apt upgrade -y -q \