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" {
|
task "drone_server" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "drone/drone:latest"
|
image = "drone/drone:2.0.4"
|
||||||
ports = [ "web_port" ]
|
ports = [ "web_port" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue