mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
docker: use alpine:edge base image for building
This fixes currently failing Docker builds. kemalcr/kemal in version 0.26.0 requires Crystal 0.30.0 which is not yet available on Alpine 3.10 (previously used as the Docker base image).
This commit is contained in:
parent
cad284519f
commit
567cda4cd3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:latest AS builder
|
||||
FROM alpine:edge AS builder
|
||||
RUN apk add -u crystal shards libc-dev \
|
||||
yaml-dev libxml2-dev sqlite-dev sqlite-static zlib-dev openssl-dev
|
||||
WORKDIR /invidious
|
||||
|
|
Loading…
Reference in a new issue