test: pin pihole container for tests to v5 until v6 is implemented (#2368)
This commit is contained in:
@@ -58,7 +58,7 @@ describe("Pi-hole integration", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const createPiHoleContainer = (password: string) => {
|
const createPiHoleContainer = (password: string) => {
|
||||||
return new GenericContainer("pihole/pihole:latest")
|
return new GenericContainer("pihole/pihole:2024.07.0") // v5
|
||||||
.withEnvironment({
|
.withEnvironment({
|
||||||
WEBPASSWORD: password,
|
WEBPASSWORD: password,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user