Skip to content

Commit

Permalink
template: docker-compose v4.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 22, 2023
1 parent f57cad0 commit 7e450ef
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion template/express-rest-api/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v4.13.0:
- docker-compose#v4.14.0:
run: app
timeout_in_minutes: 10

Expand Down
2 changes: 1 addition & 1 deletion template/greeter/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v4.13.0:
- docker-compose#v4.14.0:
run: app
timeout_in_minutes: 10
2 changes: 1 addition & 1 deletion template/koa-rest-api/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v4.13.0:
- docker-compose#v4.14.0:
run: app
timeout_in_minutes: 10

Expand Down
4 changes: 2 additions & 2 deletions template/lambda-sqs-worker-cdk/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ configs:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v4.13.0:
- docker-compose#v4.14.0:
dependencies: false
run: app
retry:
Expand All @@ -57,7 +57,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v4.13.0:
- docker-compose#v4.14.0:
run: app
timeout_in_minutes: 10

Expand Down
4 changes: 2 additions & 2 deletions template/lambda-sqs-worker/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ configs:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v4.13.0:
- docker-compose#v4.14.0:
dependencies: false
run: app
retry:
Expand Down Expand Up @@ -60,7 +60,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v4.13.0:
- docker-compose#v4.14.0:
run: app
timeout_in_minutes: 10

Expand Down

0 comments on commit 7e450ef

Please sign in to comment.