Compare commits

...

2 Commits

Author SHA1 Message Date
Émilien (perso)
7992cb59b5 fix: correct crystal version 2025-09-02 09:22:43 +00:00
Émilien (perso)
d32a044db8 chore: update and fix the alpine packages 2025-09-02 09:21:36 +00:00

View File

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