File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM crystallang/crystal:1.2.2 -alpine AS builder
1+ FROM crystallang/crystal:1.4.0 -alpine AS builder
22RUN apk add --no-cache sqlite-static yaml-static
33
44ARG release
Original file line number Diff line number Diff line change 1- FROM alpine:3.15 AS builder
2- 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
1+ FROM alpine:edge AS builder
2+ 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
33
44ARG release
55
@@ -34,7 +34,7 @@ RUN if [ ${release} == 1 ] ; then \
3434 --link-flags "-lxml2 -llzma"; \
3535 fi
3636
37- FROM alpine:3.15
37+ FROM alpine:edge
3838RUN apk add --no-cache librsvg ttf-opensans
3939WORKDIR /invidious
4040RUN addgroup -g 1000 -S invidious && \
You can’t perform that action at this time.
0 commit comments