Skip to content

Commit

Permalink
Update concourse/concourse Docker tag to v7.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2023
1 parent 29a1afd commit d267b61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions concourse/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- PGDATA=/database

concourse-web:
image: concourse/concourse:7.8.2
image: concourse/concourse:7.9.0
command: web
privileged: true
depends_on: [concourse-db]
Expand All @@ -32,7 +32,7 @@ services:
- CONCOURSE_SESSION_SIGNING_KEY=/keys/session_signing_key

concourse-worker-colocated:
image: concourse/concourse:7.8.2
image: concourse/concourse:7.9.0
command: worker
privileged: true
depends_on: [concourse-db, concourse-web]
Expand All @@ -50,7 +50,7 @@ services:
- CONCOURSE_GARDEN_DNS_SERVER=169.254.169.253

concourse-worker-normal:
image: concourse/concourse:7.8.2
image: concourse/concourse:7.9.0
command: worker
privileged: true
depends_on: [concourse-db, concourse-web]
Expand Down

0 comments on commit d267b61

Please sign in to comment.