mirror of
https://git.nerdvpn.de/NerdVPN.de/invidious
synced 2026-02-14 22:51:42 +01:00
upgrade to crystal 1.4.1
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM crystallang/crystal:1.4.0-alpine AS builder
|
||||
FROM crystallang/crystal:1.4.1-alpine AS builder
|
||||
RUN apk add --no-cache sqlite-static yaml-static
|
||||
|
||||
WORKDIR /invidious
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
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 yq
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user