diff --git a/concourse/concourse-worker.nomad b/concourse/concourse-worker.nomad index 41c0198..ff21270 100644 --- a/concourse/concourse-worker.nomad +++ b/concourse/concourse-worker.nomad @@ -25,17 +25,13 @@ job "concourse-worker" { task "concourse" { driver = "docker" config { - image = "rdclda/concourse:7.7.0" + image = "rdclda/concourse:7.8.3" command = "worker" image_pull_timeout = "30m" privileged = true volumes = [ "/var/lib/nomad-st/concourse-worker:/work"] entrypoint = [ "dumb-init", "/work/entrypoint.sh" ] } - resources { - cpu = 2048 - memory = 2048 - } template { data = <