File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
1010 - PGDATA=/database
1111
1212 concourse-web :
13- image : concourse/concourse:7.8.2
13+ image : concourse/concourse:7.13.0
1414 command : web
1515 privileged : true
1616 depends_on : [concourse-db]
@@ -32,7 +32,7 @@ services:
3232 - CONCOURSE_SESSION_SIGNING_KEY=/keys/session_signing_key
3333
3434 concourse-worker-colocated :
35- image : concourse/concourse:7.8.2
35+ image : concourse/concourse:7.13.0
3636 command : worker
3737 privileged : true
3838 depends_on : [concourse-db, concourse-web]
@@ -50,7 +50,7 @@ services:
5050 - CONCOURSE_GARDEN_DNS_SERVER=169.254.169.253
5151
5252 concourse-worker-normal :
53- image : concourse/concourse:7.8.2
53+ image : concourse/concourse:7.13.0
5454 command : worker
5555 privileged : true
5656 depends_on : [concourse-db, concourse-web]
You can’t perform that action at this time.
0 commit comments