From c5c9c8eb4f8bc40c048dc3355d0bc6578167880a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20Devos?= Date: Fri, 29 Apr 2022 06:19:10 +0000 Subject: [PATCH] upgrade to crystal 1.4.1 --- Dockerfile | 2 +- Dockerfile.new | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ce1b76e..3545f54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Dockerfile.new b/Dockerfile.new index 00113db..cb1a914 100644 --- a/Dockerfile.new +++ b/Dockerfile.new @@ -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