nix/docker/heptapod: 0.27.0 -> 0.27.3
This commit is contained in:
parent
a72cc6dd19
commit
0b8049e5d4
1 changed files with 3 additions and 3 deletions
|
@ -6,10 +6,10 @@
|
|||
let
|
||||
origImageArgs = {
|
||||
imageName = "octobus/heptapod";
|
||||
imageDigest = "sha256:17783755180e2ac685550b7039c416b6fab72a6106bb57d58ad26f73cd6dcf91";
|
||||
sha256 = "sha256:15g4dpxdkwxd7v3sydlh4mwa6x9r6ipdrravxv6x9vbl51y8kvzn";
|
||||
imageDigest = "sha256:7e5dabe7397cc72fce8124a893c40643ae836d08ab1593b84e633c615a13eee6";
|
||||
sha256 = "sha256:01pgk73047xp3k9qk915zgwv5ssbci3cw6kdddra90xh0vg2sxkr";
|
||||
finalImageName = "octobus/heptapod";
|
||||
finalImageTag = "0.27.0";
|
||||
finalImageTag = "0.27.3";
|
||||
};
|
||||
origImage = pkgs.dockerTools.pullImage origImageArgs;
|
||||
|
||||
|
|
Loading…
Reference in a new issue