From ba283a9c0f29f968d4e03e5ed88f6e8d8f5788dd Mon Sep 17 00:00:00 2001 From: xbdm Date: Fri, 15 Sep 2023 10:13:14 -0400 Subject: [PATCH] Update Dockerfile.arm64 Co-authored-by: Samantaz Fox --- docker/Dockerfile.arm64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.arm64 b/docker/Dockerfile.arm64 index 89ee985e..714622f7 100644 --- a/docker/Dockerfile.arm64 +++ b/docker/Dockerfile.arm64 @@ -1,5 +1,5 @@ FROM alpine:3.18 AS builder -RUN apk add --no-cache 'crystal=1.4.1-r0' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev +RUN apk add --no-cache 'crystal=1.8.2-r0' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev ARG release