mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 00:40:58 +01:00
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) => {
|
||||
return new GenericContainer("pihole/pihole:latest")
|
||||
return new GenericContainer("pihole/pihole:2024.07.0") // v5
|
||||
.withEnvironment({
|
||||
WEBPASSWORD: password,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user