From 94be5943283227e87cae6902c87a808343e1c7c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Thu, 12 Sep 2024 12:53:38 -0300 Subject: [PATCH] base: update to Alpine 3.20.3. This updates the Alpine base image to use a newer stable branch. Among general updates, we are interested in avoiding a GCC bug that's present in 3.18 [1]. [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329 --- base/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/.env b/base/.env index 88ef91f..e63783e 100644 --- a/base/.env +++ b/base/.env @@ -1,5 +1,5 @@ DEBIAN_VERSION=11.9 -ALPINE_VERSION=3.18.6 +ALPINE_VERSION=3.20.3 EPICS7_BASE_VERSION=7.0.7 PVXS_VERSION=1.3.1