From 142c34d827ae183428196ccd757de8380e802e8e Mon Sep 17 00:00:00 2001 From: weidenwiesel Date: Mon, 13 Oct 2025 10:34:25 +0200 Subject: [PATCH] @Fijxu - Switch to 84codes crystal compiler --- patches/invidious/0001-compile-openssl.patch | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/patches/invidious/0001-compile-openssl.patch b/patches/invidious/0001-compile-openssl.patch index 49a4416..36253be 100644 --- a/patches/invidious/0001-compile-openssl.patch +++ b/patches/invidious/0001-compile-openssl.patch @@ -1,21 +1,22 @@ -From d14fbb6f671749070c605e91edbc1fcc1236ce44 Mon Sep 17 00:00:00 2001 +From 728518d798a92b4374408a832e5fa0d030f70933 Mon Sep 17 00:00:00 2001 From: weidenwiesel -Date: Fri, 10 Oct 2025 12:33:10 +0200 +Date: Mon, 13 Oct 2025 09:54:12 +0200 Subject: [PATCH 01/18] [Patch] 001 - compile openssl --- - docker/Dockerfile | 11 +++++++++++ - 1 file changed, 11 insertions(+) + docker/Dockerfile | 13 ++++++++++++- + 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile -index 4cfc3c72..3a1bf167 100644 +index 4cfc3c72..1b33ae14 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,10 +1,20 @@ +-FROM crystallang/crystal:1.16.3-alpine AS builder +# https://github.com/openssl/openssl/releases/tag/openssl-3.5.2 +ARG OPENSSL_VERSION='3.5.2' + - FROM crystallang/crystal:1.16.3-alpine AS builder ++FROM mirror.gcr.io/84codes/crystal:1.16.3-alpine AS builder RUN apk add --no-cache sqlite-static yaml-static +RUN apk del openssl-dev openssl-libs-static