diff --git a/functions/v2/[[image]].js b/functions/v2/[[image]].js index e62e534..941b455 100644 --- a/functions/v2/[[image]].js +++ b/functions/v2/[[image]].js @@ -6,7 +6,7 @@ const DEFAULT_USER = "ewpratten"; const ALLOWED_EXTRA_USERS = [ ]; -const TARGET_URL = new URL("https://index.docker.io/v2/"); +const TARGET_URL = new URL("https://registry.hub.docker.com/v2/"); export function onRequest(context) {