nix/docker/heptapod: update to 0.22.3
This commit is contained in:
parent
ded652a595
commit
ca2230756b
1 changed files with 3 additions and 3 deletions
|
@ -6,10 +6,10 @@
|
||||||
let
|
let
|
||||||
origImageArgs = {
|
origImageArgs = {
|
||||||
imageName = "octobus/heptapod";
|
imageName = "octobus/heptapod";
|
||||||
imageDigest = "sha256:562f51e24b67aaf68db57f118200ee16ca1b3998e7acf01f74ddc6010c5c5ecb";
|
imageDigest = "sha256:a658aa09e28e1fe1fd9c29ac56b50f83d7723a7edce6577b448066f6c54ba831";
|
||||||
sha256 = "sha256:05w9wj704pb6n7hbjmpgnvppigrvr88jpl1vr4m9xwwvw2ylmsvz";
|
sha256 = "sha256:1jm0r6pcsx094ya33jal30sv0rv2fqk3azvwigrlzvmczrak07sc";
|
||||||
finalImageName = "octobus/heptapod";
|
finalImageName = "octobus/heptapod";
|
||||||
finalImageTag = "0.22.1";
|
finalImageTag = "0.22.3";
|
||||||
};
|
};
|
||||||
origImage = pkgs.dockerTools.pullImage origImageArgs;
|
origImage = pkgs.dockerTools.pullImage origImageArgs;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue