From 3886d33bcee06136caa6d8fc0e0482e7e2e7304f Mon Sep 17 00:00:00 2001 From: Max Inden Date: Wed, 24 Jan 2024 11:40:01 +0100 Subject: [PATCH] fix(implementations): update neqo image to new repository (#344) Neqo's interop runner Docker image is now hosted on GitHub's container registry and continuously updated via a daily GitHub action. See https://github.com/mozilla/neqo/issues/1552 for details. --- implementations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations.json b/implementations.json index 55c46d3c..200d8d39 100644 --- a/implementations.json +++ b/implementations.json @@ -35,7 +35,7 @@ "role": "both" }, "neqo": { - "image": "neqoquic/neqo-qns:latest", + "image": "ghcr.io/mozilla/neqo-qns:latest", "url": "https://github.com/mozilla/neqo", "role": "both" },