Compare commits

..

1 commit

Author SHA1 Message Date
Tristan Daniël Maat bb9f0e93b2
WIP: podman: Configure auto-updates 2021-05-15 23:13:11 +01:00

View file

@ -37,7 +37,6 @@
}; };
extraOptions = [ extraOptions = [
"--replace"
"--label" "io.containers.autoupdate=image" "--label" "io.containers.autoupdate=image"
]; ];
}; };