change docker tag back to next

I misunderstood what the general meaning of the `latest` tag was.
This commit is contained in:
Charles Hall
2024-01-26 21:38:13 -08:00
parent 825ceac1c3
commit 0df5d18fd6

View File

@@ -166,7 +166,7 @@
mkOciImage = pkgs: package:
pkgs.dockerTools.buildImage {
name = package.pname;
tag = "latest";
tag = "next";
config = {
# Use the `tini` init system so that signals (e.g. ctrl+c/SIGINT)
# are handled as expected