diff options
| author | Emilien Devos <contact@emiliendevos.be> | 2021-09-03 19:15:04 +0200 |
|---|---|---|
| committer | Emilien Devos <contact@emiliendevos.be> | 2021-09-03 19:15:04 +0200 |
| commit | 0e37e42abd6d637202a74768550c852157a04223 (patch) | |
| tree | 2e952bac29afe66bb77799282f7e87ae88cde8cd | |
| parent | 8b62c05fe2df979bd1d1b53cde4b86ad318cb760 (diff) | |
| download | invidious-0e37e42abd6d637202a74768550c852157a04223.tar.gz invidious-0e37e42abd6d637202a74768550c852157a04223.tar.bz2 invidious-0e37e42abd6d637202a74768550c852157a04223.zip | |
use crystal 1.1.1 for the ARM docker image
| -rw-r--r-- | docker/Dockerfile.arm64 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/Dockerfile.arm64 b/docker/Dockerfile.arm64 index 4d212d8b..063ba6d2 100644 --- a/docker/Dockerfile.arm64 +++ b/docker/Dockerfile.arm64 @@ -1,5 +1,5 @@ -FROM alpine:3.14 AS builder -RUN apk add --no-cache 'crystal<2' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev +FROM alpine:edge AS builder +RUN apk add --no-cache 'crystal=1.1.1-r0' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev ARG release @@ -29,7 +29,7 @@ RUN if [ ${release} == 1 ] ; then \ --link-flags "-lxml2 -llzma"; \ fi -FROM alpine:latest +FROM alpine:edge RUN apk add --no-cache librsvg ttf-opensans WORKDIR /invidious RUN addgroup -g 1000 -S invidious && \ |
