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 } }