diff --git a/packages/integrations/test/pi-hole.spec.ts b/packages/integrations/test/pi-hole.spec.ts index 23f8ef425..558406ab7 100644 --- a/packages/integrations/test/pi-hole.spec.ts +++ b/packages/integrations/test/pi-hole.spec.ts @@ -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, })