summaryrefslogtreecommitdiffstats
path: root/docker/ubuntu_20.04-build-tools.dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/ubuntu_20.04-build-tools.dockerfile')
-rw-r--r--docker/ubuntu_20.04-build-tools.dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/ubuntu_20.04-build-tools.dockerfile b/docker/ubuntu_20.04-build-tools.dockerfile
index 66184154..1a1d6fb8 100644
--- a/docker/ubuntu_20.04-build-tools.dockerfile
+++ b/docker/ubuntu_20.04-build-tools.dockerfile
@@ -1,10 +1,10 @@
# All the programs and libraries necessary to build Newsboat with newer
-# compilers. Contains GCC 9 and Rust 1.77.1 by default.
+# compilers. Contains GCC 9 and Rust 1.79.0 by default.
#
# Configurable via build-args:
#
# - cxx_package -- additional Ubuntu packages to install. Default: g++-9
-# - rust_version -- Rust version to install. Default: 1.77.1
+# - rust_version -- Rust version to install. Default: 1.79.0
# - cc -- C compiler to use. This gets copied into CC environment variable.
# Default: gcc-9
# - cxx -- C++ compiler to use. This gets copied into CXX environment variable.
@@ -97,7 +97,7 @@ ENV LC_ALL en_US.UTF-8
USER builder
WORKDIR /home/builder/src
-ARG rust_version=1.77.1
+ARG rust_version=1.79.0
RUN wget -O $HOME/rustup.sh --secure-protocol=TLSv1_2 https://sh.rustup.rs \
&& chmod +x $HOME/rustup.sh \