Updated version of Drone

This commit is contained in:
Alex 2021-04-07 14:06:02 +02:00
parent 2ef1a9df5d
commit 4ecda8cc8d
No known key found for this signature in database
GPG Key ID: EDABF9711E244EB1
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ job "drone-ci" {
task "drone_server" {
driver = "docker"
config {
image = "drone/drone:1.10.1"
image = "drone/drone:latest"
ports = [ "web_port" ]
}
@ -94,8 +94,8 @@ EOH
network_mode = "host"
#image = "drone/drone-runner-nomad:latest"
image = "drone/drone-runner-docker:1.6.3"
image = "drone/drone-runner-docker:latest"
volumes = [
"/var/run/docker.sock:/var/run/docker.sock"
]