mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-15 19:11:18 +00:00
Fix crystal version used in alpine 3.21
This commit is contained in:
parent
c4944ee061
commit
8feea29607
@ -1,5 +1,5 @@
|
||||
FROM alpine:3.21 AS builder
|
||||
RUN apk add --no-cache 'crystal=1.12.2-r0' shards sqlite-static yaml-static yaml-dev libxml2-static \
|
||||
RUN apk add --no-cache 'crystal=1.14.0-r0' shards sqlite-static yaml-static yaml-dev libxml2-static \
|
||||
zlib-static openssl-libs-static openssl-dev musl-dev xz-static
|
||||
|
||||
ARG release
|
||||
|
Loading…
x
Reference in New Issue
Block a user