From 9ba337047d28533eef543479f719ca36a25cf280 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 13 May 2026 02:46:24 +0200 Subject: [PATCH] ci(cflite): rename Containerfile to Dockerfile ClusterFuzzLite invokes docker build, which looks for a file literally named Dockerfile and fails with failed to read dockerfile: open Dockerfile: no such file or directory whenever the build context only contains Containerfile (the Podman spelling). The contents were already a valid Dockerfile, so just rename. Closes the fuzz lane in #41. --- .clusterfuzzlite/{Containerfile => Dockerfile} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .clusterfuzzlite/{Containerfile => Dockerfile} (100%) diff --git a/.clusterfuzzlite/Containerfile b/.clusterfuzzlite/Dockerfile similarity index 100% rename from .clusterfuzzlite/Containerfile rename to .clusterfuzzlite/Dockerfile