map(function (string $dockerfile): string { $contents = file_get_contents($dockerfile); expect(preg_match('/^ARG MINIO_VERSION=(.+)$/m', $contents, $matches))->toBe(1); return $matches[1]; }); expect($versions->unique()->values()->all()) ->toBe(['RELEASE.2025-08-13T08-35-41Z']); });