test: pin pihole container for tests to v5 until v6 is implemented (#2368)

This commit is contained in:
Meier Lukas
2025-02-19 20:20:38 +01:00
committed by GitHub
parent 67d48e11d7
commit 59b1cb48eb

View File

@@ -58,7 +58,7 @@ describe("Pi-hole integration", () => {
});
const createPiHoleContainer = (password: string) => {
return new GenericContainer("pihole/pihole:latest")
return new GenericContainer("pihole/pihole:2024.07.0") // v5
.withEnvironment({
WEBPASSWORD: password,
})