nix/docker/heptapod: bump to 0.25.2
This commit is contained in:
parent
72a2867e63
commit
5f85aba4b1
1 changed files with 3 additions and 3 deletions
|
@ -6,10 +6,10 @@
|
|||
let
|
||||
origImageArgs = {
|
||||
imageName = "octobus/heptapod";
|
||||
imageDigest = "sha256:5b615af5b0cfa13beddc19e90a6e6e8334efa9cc2f7d05b3f944e0d0f350598b";
|
||||
sha256 = "sha256:01g0k7ajigfan7zm0c2r587wi77r2vhpsgfm14ws5bxgxsd5q1p3";
|
||||
imageDigest = "sha256:c435bc56222396e69e6c4705861a0bbb48b9c457d3b6e8bfb7cfe9fa06b20d15";
|
||||
sha256 = "sha256:0zaz2qihsbr11js1wvyqxhfvpqklk6i3v3kr2v3y6zflpy66zcpj";
|
||||
finalImageName = "octobus/heptapod";
|
||||
finalImageTag = "0.25.1";
|
||||
finalImageTag = "0.25.2";
|
||||
};
|
||||
origImage = pkgs.dockerTools.pullImage origImageArgs;
|
||||
|
||||
|
|
Loading…
Reference in a new issue