update drone server to 2.0.4

This commit is contained in:
Alex 2021-07-08 11:12:05 +02:00
parent 69f063e406
commit 2f37aaaf76
No known key found for this signature in database
GPG Key ID: EDABF9711E244EB1
1 changed files with 1 additions and 1 deletions

View File

@ -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" ]
}