Skip to content

Commit

Permalink
Merge pull request #1215 from slang25/localstack-2.2.0
Browse files Browse the repository at this point in the history
Update localstack to 2.2.0
  • Loading branch information
slang25 authored Jul 20, 2023
2 parents 49a75eb + b434b5a commit c55b989
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ ForEach ($libraryProject in $libraryProjects) {
}

if (($null -ne $env:CI) -And ($EnableIntegrationTests -eq $true)) {
& docker pull --quiet localstack/localstack:2.0.2
& docker run -d --name localstack -p 4566:4566 localstack/localstack:2.0.2
& docker pull --quiet localstack/localstack:2.2.0
& docker run -d --name localstack -p 4566:4566 localstack/localstack:2.2.0
$env:AWS_SERVICE_URL = "http://localhost:4566"
}

Expand Down
2 changes: 1 addition & 1 deletion tests/JustSaying.IntegrationTests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
localstack:
container_name: localstack
restart: unless-stopped
image: localstack/localstack:2.0.2
image: localstack/localstack:2.2.0
ports:
- 4566:4566
environment:
Expand Down

0 comments on commit c55b989

Please sign in to comment.