mirror of
https://github.com/iv-org/invidious.git
synced 2025-12-21 11:15:51 -05:00
fix: correct crystal version
This commit is contained in:
parent
d32a044db8
commit
7992cb59b5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
FROM alpine:3.22 AS builder
|
FROM alpine:3.22 AS builder
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
'crystal=1.17.1-r0' shards \
|
'crystal=1.16.3-r0' shards \
|
||||||
sqlite-static yaml-static yaml-dev \
|
sqlite-static yaml-static yaml-dev \
|
||||||
pcre2-static gc-static \
|
pcre2-static gc-static \
|
||||||
libxml2-static zlib-static \
|
libxml2-static zlib-static \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue