From e164f29e810cfd33bb8bf99314a579d7b334f851 Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Thu, 27 Apr 2023 14:26:15 -0400 Subject: [PATCH] [cifuzz] remove test code. (#10181) Fix test code. --- infra/run_fuzzers.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/run_fuzzers.Dockerfile b/infra/run_fuzzers.Dockerfile index 58b931795..8c8d7bb1b 100644 --- a/infra/run_fuzzers.Dockerfile +++ b/infra/run_fuzzers.Dockerfile @@ -16,7 +16,7 @@ # Docker image for running fuzzers on CIFuzz (the run_fuzzers action on GitHub # actions). -FROM gcr.io/oss-fuzz-base/cifuzz-base-test +FROM gcr.io/oss-fuzz-base/cifuzz-base # Python file to execute when the docker container starts up. # We can't use the env var $OSS_FUZZ_ROOT here. Since it's a constant env var,