summaryrefslogtreecommitdiff
path: root/docker/ubuntu_18.04-i686.dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/ubuntu_18.04-i686.dockerfile')
-rw-r--r--docker/ubuntu_18.04-i686.dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/ubuntu_18.04-i686.dockerfile b/docker/ubuntu_18.04-i686.dockerfile
index 964b99b3..25f2a1b4 100644
--- a/docker/ubuntu_18.04-i686.dockerfile
+++ b/docker/ubuntu_18.04-i686.dockerfile
@@ -82,7 +82,7 @@ RUN wget -O $HOME/rustup.sh --secure-protocol=TLSv1_2 https://sh.rustup.rs \
&& chmod +x $HOME/rustup.sh \
&& $HOME/rustup.sh -y \
--default-host i686-unknown-linux-gnu \
- --default-toolchain 1.72.0 \
+ --default-toolchain 1.72.1 \
&& chmod a+w $HOME/.cargo
ENV HOME /home/builder