From 2aac668df29a2d306600ebb087172c9ebbc887b7 Mon Sep 17 00:00:00 2001 From: Rick <1450685+LinuxSuRen@users.noreply.github.com> Date: Tue, 23 Apr 2024 10:42:27 +0800 Subject: [PATCH] chore: upgrade the api-testing (e2e) to v0.0.16 (#5768) * chore: upgrade the api-testing (e2e) to v0.0.16 * using the ghcr.io as the registry --- e2e/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/Dockerfile b/e2e/Dockerfile index 95fa5de25..04deb3869 100644 --- a/e2e/Dockerfile +++ b/e2e/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxsuren/api-testing:v0.0.14 +FROM ghcr.io/linuxsuren/api-testing:v0.0.16 WORKDIR /workspace COPY testsuite.yaml . CMD [ "atest", "run", "-p", "testsuite.yaml", "--level=debug" ]