From 509a801d4f226a685659a1ef7bd7d651ba001b45 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 4 Jan 2023 09:58:58 +0100 Subject: [PATCH] fup --- recipes/alpine/locals.matchbox.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/alpine/locals.matchbox.pkr.hcl b/recipes/alpine/locals.matchbox.pkr.hcl index 683bebe..13ff727 100644 --- a/recipes/alpine/locals.matchbox.pkr.hcl +++ b/recipes/alpine/locals.matchbox.pkr.hcl @@ -28,7 +28,7 @@ locals { AlpineEdgeTesting = { type = "apk" name = "testing" - url = "http://mirror.serverion.com/alpine/edge/testing" + url = "http://mirrors.ircam.fr/alpine/edge/testing" enabled = true } }