change docker tag back to next #998

Merged
CobaltCause merged 1 commit from docker-tag into next 2024-01-27 05:55:08 +00:00
Showing only changes of commit 0df5d18fd6 - Show all commits

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