From 90af5b8ab50a7efb37b24727eac2930dc455e235 Mon Sep 17 00:00:00 2001 From: Zimovskii Anatolii Date: Sat, 21 Jan 2023 15:12:00 +0300 Subject: [PATCH] make - autocommit --- linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile | 2 +- linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile | 2 +- linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile | 2 +- linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile | 2 +- linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile index 73744b7ed..f7ce6b9a6 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile @@ -113,7 +113,7 @@ RUN apt-get update && \ ################################################################## # Rust compillers ################################################################## -RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --profile complete --default-toolchain stable --verbose +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile complete --default-toolchain stable --verbose RUN printf "\n--------------------------------\n$(cargo --version)\n--------------------------------\n\n" ################################################################## diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile index 089e7beac..baed8c9b2 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile @@ -113,7 +113,7 @@ RUN apt-get update && \ ################################################################## # Rust compillers ################################################################## -RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --profile complete --default-toolchain stable --verbose +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile complete --default-toolchain stable --verbose RUN printf "\n--------------------------------\n$(cargo --version)\n--------------------------------\n\n" ################################################################## diff --git a/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile index c2906c2a4..ad371ff4a 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile @@ -114,7 +114,7 @@ RUN apt-get update && \ ################################################################## # Rust compillers ################################################################## -RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --profile complete --default-toolchain stable --verbose +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile complete --default-toolchain stable --verbose RUN printf "\n--------------------------------\n$(cargo --version)\n--------------------------------\n\n" ################################################################## diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile index 55128402c..330dedd22 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile @@ -114,7 +114,7 @@ RUN apt-get update && \ ################################################################## # Rust compillers ################################################################## -RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --profile complete --default-toolchain stable --verbose +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile complete --default-toolchain stable --verbose RUN printf "\n--------------------------------\n$(cargo --version)\n--------------------------------\n\n" ################################################################## diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile index 29565d55c..fa6316250 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile @@ -113,7 +113,7 @@ RUN apt-get update && \ ################################################################## # Rust compillers ################################################################## -RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --profile complete --default-toolchain stable --verbose +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile complete --default-toolchain stable --verbose RUN printf "\n--------------------------------\n$(cargo --version)\n--------------------------------\n\n" ##################################################################