Update drone

This commit is contained in:
Greg Hellings
2023-05-03 04:01:52 +00:00
parent c633fe5572
commit f64d8bd393
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ in {
"/run/agenix/drone"
];
extraOptions = [ "--pull=newer" ];
image = "drone/drone:2.13";
image = "drone/drone:2.17";
ports = [ "${ciPort}:80" ];
volumes = [ "${droneDir}:/data" ];
};