Update Rust version

This commit is contained in:
Thomas Gideon 2020-08-04 10:55:56 -04:00
parent 911254cc2f
commit 5e8ea9c144
1 changed files with 1 additions and 1 deletions

View File

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