From c900ea7fbaae4b273d433831470c01995a399a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20Devos?= Date: Sun, 17 Oct 2021 15:13:27 +0000 Subject: [PATCH] bump version number for crystal alpine linux package --- Dockerfile.new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.new b/Dockerfile.new index a5e1205..b5786ab 100644 --- a/Dockerfile.new +++ b/Dockerfile.new @@ -1,5 +1,5 @@ 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 yq +RUN apk add --no-cache 'crystal=1.1.1-r1' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev yq WORKDIR /invidious COPY ./invidious/shard.yml ./shard.yml