From 1dac729d440489c76fd1d8aaa56ab785e0760ad1 Mon Sep 17 00:00:00 2001 From: Jelle Fresen Date: Thu, 4 Jul 2024 11:18:29 +0100 Subject: [PATCH] Pin Alpine version to 3.19 (#542) texmf-dist-science is not available on Alpine "edge" branch, nor on v3.20. The latest version where it is available is 3.19, so use that. fixes KapJI/capital-gains-calculator#530 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8e5de053..20f678fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:edge +FROM alpine:3.19 RUN apk --no-cache add \ inkscape \