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 | |
| parent | aa07ee22cf329e1f537ec2e571275f5b2dc659a7 (diff) | |
| download | invidious-67e8fcaf93601f35731c7086d705f272c4526aff.tar.gz invidious-67e8fcaf93601f35731c7086d705f272c4526aff.tar.bz2 invidious-67e8fcaf93601f35731c7086d705f272c4526aff.zip | |
bump to crystal 1.4.0 (#3041)
| -rw-r--r-- | docker/Dockerfile | 2 | ||||
| -rw-r--r-- | docker/Dockerfile.arm64 | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index df35a179..178c758f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM crystallang/crystal:1.2.2-alpine AS builder +FROM crystallang/crystal:1.4.0-alpine AS builder RUN apk add --no-cache sqlite-static yaml-static ARG release 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 && \ |
