nix/docker/heptapod: 0.28.1 -> 0.28.2
This commit is contained in:
parent
40a3588e99
commit
cc6fd576e7
1 changed files with 3 additions and 3 deletions
|
@ -6,10 +6,10 @@
|
|||
let
|
||||
origImageArgs = {
|
||||
imageName = "octobus/heptapod";
|
||||
imageDigest = "sha256:e02f4e7ab26e3183dab6b1cc85d82cf7ab3d87cc80961004be6187824be824d9";
|
||||
sha256 = "sha256:009r767b5andwpckcdnw3w38swc95jf4a9aswplxh1hj87l7s9dd";
|
||||
imageDigest = "sha256:22658ace9a2f0e95db80b2577b76c82c9f961ca9b3995eeac5cf6f306b9f2fa8";
|
||||
sha256 = "sha256:1n0dclr5fd4s2l3rrs67m4dw51zzja3x7n0bz2qi5f8avpzzfr9f";
|
||||
finalImageName = "octobus/heptapod";
|
||||
finalImageTag = "0.28.1";
|
||||
finalImageTag = "0.28.2";
|
||||
};
|
||||
origImage = pkgs.dockerTools.pullImage origImageArgs;
|
||||
|
||||
|
|
Loading…
Reference in a new issue