mirror of
				https://gitea.invidious.io/iv-org/invidious
				synced 2025-06-05 23:29:12 +02:00 
			
		
		
		
	bump to crystal 1.4.0 (#3041)
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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 && \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user