diff options
| author | Émilien Devos <contact@emiliendevos.be> | 2022-04-18 09:05:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-18 09:05:18 +0200 |
| commit | 67e8fcaf93601f35731c7086d705f272c4526aff (patch) | |
| tree | 2e4a9d936c460015ec802af3b3cb6d0bb3814975 /docker/Dockerfile.arm64 | |
| parent | aa07ee22cf329e1f537ec2e571275f5b2dc659a7 (diff) | |
| download | invidious-67e8fcaf93601f35731c7086d705f272c4526aff.tar.gz invidious-67e8fcaf93601f35731c7086d705f272c4526aff.tar.bz2 invidious-67e8fcaf93601f35731c7086d705f272c4526aff.zip | |
bump to crystal 1.4.0 (#3041)
Diffstat (limited to 'docker/Dockerfile.arm64')
| -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 5f4d3793..abfbb9b7 100644 --- a/docker/Dockerfile.arm64 +++ b/docker/Dockerfile.arm64 @@ -1,5 +1,5 @@ -FROM alpine:3.15 AS builder -RUN apk add --no-cache 'crystal=1.2.2-r0' 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.4.0-r0' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev ARG release @@ -34,7 +34,7 @@ RUN if [ ${release} == 1 ] ; then \ --link-flags "-lxml2 -llzma"; \ fi -FROM alpine:3.15 +FROM alpine:edge RUN apk add --no-cache librsvg ttf-opensans WORKDIR /invidious RUN addgroup -g 1000 -S invidious && \ |
