From 207cd8c437cdbfe89f005e2708bbb9c34391b2bd Mon Sep 17 00:00:00 2001 From: thelamer Date: Fri, 2 Aug 2024 09:27:54 -0400 Subject: [PATCH] fix stremio openssl ingest --- apps/stremio/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/stremio/Dockerfile b/apps/stremio/Dockerfile index 4a6990f3..65ad6168 100644 --- a/apps/stremio/Dockerfile +++ b/apps/stremio/Dockerfile @@ -13,7 +13,7 @@ RUN \ "https://dl.strem.io/shell-linux/v4.4.168/stremio_4.4.168-1_amd64.deb" && \ curl -o \ /tmp/libssl.deb -L \ - "http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb" && \ + "http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb" && \ dpkg -i \ /tmp/libssl.deb && \ mkdir -p \