From aaf4c4bdce20766d54b4c034a42dae4a1941f367 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 4 Jan 2023 10:03:06 +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 13ff727..b2b61d5 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://mirrors.ircam.fr/alpine/edge/testing" + url = "http://mirrors.ircam.fr/pub/alpine/edge/testing" enabled = true } }