Skip to content

Commit

Permalink
template: docker-compose v4.16.0 (#1304)
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] authored Oct 30, 2023
1 parent e72d010 commit 043ebc5
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 @@ -54,7 +54,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v4.15.0:
- docker-compose#v4.16.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 @@ -33,6 +33,6 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v4.15.0:
- docker-compose#v4.16.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 @@ -54,7 +54,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v4.15.0:
- docker-compose#v4.16.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 @@ -33,7 +33,7 @@ configs:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v4.15.0:
- docker-compose#v4.16.0:
dependencies: false
run: app
retry:
Expand All @@ -58,7 +58,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v4.15.0:
- docker-compose#v4.16.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 @@ -33,7 +33,7 @@ configs:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v4.15.0:
- docker-compose#v4.16.0:
dependencies: false
run: app
retry:
Expand Down Expand Up @@ -61,7 +61,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v4.15.0:
- docker-compose#v4.16.0:
run: app
timeout_in_minutes: 10

Expand Down

0 comments on commit 043ebc5

Please sign in to comment.