@Fijxu - Switch to 84codes crystal compiler

This commit is contained in:
weidenwiesel
2025-10-13 10:34:25 +02:00
parent ce075ea99d
commit 142c34d827
+7 -6
View File
@@ -1,21 +1,22 @@
From d14fbb6f671749070c605e91edbc1fcc1236ce44 Mon Sep 17 00:00:00 2001
From 728518d798a92b4374408a832e5fa0d030f70933 Mon Sep 17 00:00:00 2001
From: weidenwiesel <webmaster@nerdvpn.de>
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