From 7992cb59b53cd7e4e4925e64c3e831318d5ee7b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20=28perso=29?= <4016501+unixfox@users.noreply.github.com> Date: Tue, 2 Sep 2025 09:22:43 +0000 Subject: [PATCH] fix: correct crystal version --- docker/Dockerfile.arm64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.arm64 b/docker/Dockerfile.arm64 index bee272c2..d82fa070 100644 --- a/docker/Dockerfile.arm64 +++ b/docker/Dockerfile.arm64 @@ -1,6 +1,6 @@ FROM alpine:3.22 AS builder RUN apk add --no-cache \ - 'crystal=1.17.1-r0' shards \ + 'crystal=1.16.3-r0' shards \ sqlite-static yaml-static yaml-dev \ pcre2-static gc-static \ libxml2-static zlib-static \