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