Drone 2.0.4 -> 2.4.0
This commit is contained in:
parent
7ee2f8aa2c
commit
6093ec74f2
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ job "drone-ci" {
|
|||
task "drone_server" {
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "drone/drone:2.0.4"
|
||||
image = "drone/drone:2.4.0"
|
||||
ports = [ "web_port" ]
|
||||
}
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ job "frontend" {
|
|||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "amd64/traefik:1.7.20"
|
||||
image = "amd64/traefik:1.7.28"
|
||||
readonly_rootfs = true
|
||||
network_mode = "host"
|
||||
volumes = [
|
||||
|
|
Reference in a new issue