nix/docker/heptapod: 0.24.0 -> 0.25.0
This commit is contained in:
parent
7800222723
commit
55c0ceeafe
1 changed files with 3 additions and 3 deletions
|
@ -6,10 +6,10 @@
|
|||
let
|
||||
origImageArgs = {
|
||||
imageName = "octobus/heptapod";
|
||||
imageDigest = "sha256:bf1513a29629b9f723a6ed3c6d12a1a4215ff404b14ae35759fb3461ff1d9056";
|
||||
sha256 = "sha256:0rf6r6341ssb70m7qi6iv766my0cvhb3xiwlqcfz21i6fnagnjy7";
|
||||
imageDigest = "sha256:04b48a210fee4c9559b192030c574c80e63238d9c3f8910a54e28f9674da84dd";
|
||||
sha256 = "sha256:0f6csvrkhzayxgghhp6xgn7jrbqgdf82zrg760pykgx21mfgxlj6";
|
||||
finalImageName = "octobus/heptapod";
|
||||
finalImageTag = "0.24.0";
|
||||
finalImageTag = "0.25.0";
|
||||
};
|
||||
origImage = pkgs.dockerTools.pullImage origImageArgs;
|
||||
|
||||
|
|
Loading…
Reference in a new issue