Skip to content

Commit

Permalink
updated localstack version (#39811)
Browse files Browse the repository at this point in the history
Updated localstack version to align content of .buidlkite folder on 8.14 with main
  • Loading branch information
oakrizan authored Jun 13, 2024
1 parent b9f6260 commit 015f044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/deploy/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ services:
image: busybox
depends_on:
localstack: { condition: service_healthy }

localstack:
container_name: "${localstack_integration_test_container}"
image: localstack/localstack:2.1.0 # Latest stable release
image: localstack/localstack:3.1.0 # Latest stable release
ports:
- "127.0.0.1:4566:4566" # LocalStack Gateway
environment:
Expand Down

0 comments on commit 015f044

Please sign in to comment.