Skip to content

Commit

Permalink
use crystal 1.1.1 for the ARM docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfox committed Sep 3, 2021
1 parent 8b62c05 commit 0e37e42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 && \
Expand Down

0 comments on commit 0e37e42

Please sign in to comment.