change docker tag back to `next`

I misunderstood what the general meaning of the `latest` tag was.
merge-requests/594/head
Charles Hall 5 months ago
parent 825ceac1c3
commit 0df5d18fd6
No known key found for this signature in database
GPG Key ID: 7B8E0645816E07CF

@ -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

Loading…
Cancel
Save