Set version for crystal in alpine arm dockerfile

Co-authored-by: Samantaz Fox <coding@samantaz.fr>
This commit is contained in:
Émilien (perso) 2025-06-03 14:23:19 +02:00 committed by GitHub
parent 559d8c8a6a
commit 929ec15930
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
FROM alpine:3.22 AS builder
RUN apk add --no-cache 'crystal=1.14.0-r0' shards sqlite-static yaml-static yaml-dev libxml2-static \
RUN apk add --no-cache 'crystal=1.16.3-r0' shards sqlite-static yaml-static yaml-dev libxml2-static \
zlib-static openssl-libs-static openssl-dev musl-dev xz-static
ARG release