mirror of
https://git.nerdvpn.de/NerdVPN.de/invidious
synced 2026-02-14 22:51:42 +01:00
Use alpine 3.16 for crystal 1.4.1
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
FROM alpine:edge AS builder
|
||||
RUN apk add --no-cache 'crystal=1.4.1-r1' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev yq
|
||||
FROM alpine:3.16 AS builder
|
||||
RUN apk add --no-cache 'crystal=1.4.1-r0' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev yq
|
||||
|
||||
ARG add_build_args
|
||||
|
||||
@@ -28,7 +28,7 @@ RUN crystal build ./src/invidious.cr ${add_build_args} \
|
||||
|
||||
#RUN shards build --release --static sentry_crash_handler
|
||||
|
||||
FROM alpine:edge
|
||||
FROM alpine:3.16
|
||||
RUN apk add --no-cache librsvg ttf-opensans
|
||||
WORKDIR /invidious
|
||||
RUN addgroup -g 1000 -S invidious && \
|
||||
|
||||
Reference in New Issue
Block a user