Skip to content

Commit

Permalink
template: docker-compose v5.0.0 (#1453)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 21, 2024
1 parent 458fff1 commit 9b0fce0
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 @@ -56,7 +56,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v4.16.0:
- docker-compose#v5.0.0:
run: app
environment:
- GITHUB_API_TOKEN
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 @@ -35,7 +35,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v4.16.0:
- docker-compose#v5.0.0:
run: app
environment:
- GITHUB_API_TOKEN
Expand Down
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 @@ -56,7 +56,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v4.16.0:
- docker-compose#v5.0.0:
run: app
environment:
- GITHUB_API_TOKEN
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.16.0:
- docker-compose#v5.0.0:
dependencies: false
run: app
environment:
Expand Down Expand Up @@ -62,7 +62,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v4.16.0:
- docker-compose#v5.0.0:
run: app
environment:
- GITHUB_API_TOKEN
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 @@ -35,7 +35,7 @@ configs:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v4.16.0:
- docker-compose#v5.0.0:
dependencies: false
run: app
propagate-environment: true
Expand Down Expand Up @@ -66,7 +66,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v4.16.0:
- docker-compose#v5.0.0:
run: app
environment:
- GITHUB_API_TOKEN
Expand Down

0 comments on commit 9b0fce0

Please sign in to comment.