From cec3542e9df0c6d884f737df9e7a1099d9d57431 Mon Sep 17 00:00:00 2001 From: Derek Anderson Date: Tue, 20 Aug 2024 16:00:33 -0500 Subject: [PATCH] updates libssl (#165) Signed-off-by: Derek Anderson --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 9b09b36f..eca662ce 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -18,7 +18,7 @@ RUN mkdir /app/runtime && tar -xvkf ./runtime.tar.gz -C /app/runtime # RUN curl https://raw.githubusercontent.com/blocklessnetwork/orchestration-chain/main/download.sh | bash # libssl 1.1 -RUN curl -o ./libssl.deb -sSL http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb +RUN curl -o ./libssl.deb -sSL http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb RUN dpkg -i ./libssl.deb # Install AWS CLI so we can use to backup to IPFS s3 compatible storage providers