downgrade to 1.16.3

This commit is contained in:
Fijxu 2025-12-22 03:00:20 -03:00
parent f7a31aa3de
commit e4e6cb380a
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
ARG OPENSSL_VERSION='3.5.2' ARG OPENSSL_VERSION='3.5.2'
ARG OPENSSL_SHA256='c53a47e5e441c930c3928cf7bf6fb00e5d129b630e0aa873b08258656e7345ec' ARG OPENSSL_SHA256='c53a47e5e441c930c3928cf7bf6fb00e5d129b630e0aa873b08258656e7345ec'
FROM crystallang/crystal:1.18.2-alpine AS dependabot-crystal FROM crystallang/crystal:1.16.3-alpine AS dependabot-crystal
# We compile openssl ourselves due to a memory leak in how crystal interacts # We compile openssl ourselves due to a memory leak in how crystal interacts
# with openssl # with openssl

View File

@ -21,7 +21,7 @@ RUN tar -xzvf openssl-${OPENSSL_VERSION}.tar.gz
RUN cd openssl-${OPENSSL_VERSION} && ./Configure --openssldir=/etc/ssl && make -j$(nproc) RUN cd openssl-${OPENSSL_VERSION} && ./Configure --openssldir=/etc/ssl && make -j$(nproc)
FROM dependabot-alpine AS builder FROM dependabot-alpine AS builder
RUN apk add --no-cache 'crystal=1.18.2-r0' shards \ RUN apk add --no-cache 'crystal=1.16.3-r0' shards \
sqlite-static yaml-static yaml-dev \ sqlite-static yaml-static yaml-dev \
pcre2-static gc-static \ pcre2-static gc-static \
libxml2-static zlib-static \ libxml2-static zlib-static \