From eb7e5377f5b7df59bad57a9608abe810807d4730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20Devos?= Date: Mon, 13 Jun 2022 13:19:05 +0200 Subject: [PATCH] Bump revision for alpine package on Docker --- Dockerfile.new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.new b/Dockerfile.new index cb1a914..0ec83c7 100644 --- a/Dockerfile.new +++ b/Dockerfile.new @@ -1,5 +1,5 @@ FROM alpine:edge 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 +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 ARG add_build_args