forked from Deuxfleurs/infrastructure
update drone server to 2.0.4
This commit is contained in:
parent
69f063e406
commit
2f37aaaf76
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ job "drone-ci" {
|
|||
task "drone_server" {
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "drone/drone:latest"
|
||||
image = "drone/drone:2.0.4"
|
||||
ports = [ "web_port" ]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue