enable --pull=newer on containers

This commit is contained in:
♥ Minnie ♥ 2023-06-12 21:47:20 +08:00
parent a4d826d5de
commit 9b7f9a39ca
10 changed files with 10 additions and 0 deletions

View file

@ -12,5 +12,6 @@
environment = {
MEMORYSIZE = "1G";
};
extraOptions = [ "--pull=newer" ];
};
}