summaryrefslogtreecommitdiffstats
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 800389d7..aa7dbad2 100644
--- a/docker/ubuntu_18.04-i686.dockerfile
+++ b/docker/ubuntu_18.04-i686.dockerfile
@@ -86,7 +86,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.77.1 \
+ --default-toolchain 1.79.0 \
&& chmod a+w $HOME/.cargo
ENV HOME /home/builder