Skip to content

Commit

Permalink
template: docker-compose v5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent fee2294 commit 4316a6f
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 @@ -57,7 +57,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v5.4.1:
- docker-compose#v5.5.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 @@ -38,7 +38,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v5.4.1:
- docker-compose#v5.5.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 @@ -57,7 +57,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v5.4.1:
- docker-compose#v5.5.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 @@ -33,7 +33,7 @@ configs:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v5.4.1:
- docker-compose#v5.5.0:
dependencies: false
run: app
environment:
Expand Down Expand Up @@ -63,7 +63,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v5.4.1:
- docker-compose#v5.5.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 @@ -36,7 +36,7 @@ configs:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v5.4.1:
- docker-compose#v5.5.0:
dependencies: false
run: app
propagate-environment: true
Expand Down Expand Up @@ -67,7 +67,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- docker-compose#v5.4.1:
- docker-compose#v5.5.0:
run: app
environment:
- GITHUB_API_TOKEN
Expand Down

0 comments on commit 4316a6f

Please sign in to comment.