image(pihole): update to 2022.10
This commit is contained in:
parent
8e7c14c52f
commit
8ba929f20f
2 changed files with 4 additions and 5 deletions
|
@ -17,13 +17,12 @@
|
|||
imageInfo = {
|
||||
${system.x86_64-linux}.pihole = imageBaseInfo // {
|
||||
arch = "amd64";
|
||||
sha256 = "sha256-5FUtafW2YdTfOfA0ieiyJasMUYEGReOMQ4PGZ8e32hY=";
|
||||
# name = # final image name can be set here
|
||||
sha256 = "sha256-ln5wM8DVxzEWqlEpzG+H7UVfsNfqYrfzv/2lKXaVXTI=";
|
||||
};
|
||||
|
||||
${system.aarch64-linux}.pihole = imageBaseInfo // {
|
||||
arch = "arm64";
|
||||
sha256 = "sha256-1gizGShpYT1IM3OzomTrHzoLWBejhOWmcLs52YauGzc=";
|
||||
sha256 = "sha256-OIZf61nuPn+dJQdnLe807T2fJUJ5fKQqr5K4/Vt3IC4=";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
imageName = "pihole/pihole";
|
||||
imageDigest = "sha256:aa6140856dfc67f3ae36c352e30903f944e4e220699ffeeaf6b85235b2d84c95";
|
||||
finalImageTag = "2022.09.4";
|
||||
imageDigest = "sha256:9da1360c747715c41cf327580d2cc064f04776674afe317abd99cac70cd65e82";
|
||||
finalImageTag = "2022.10";
|
||||
os = "linux";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue