Skip to content

Commit

Permalink
Update localstack to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slang25 committed Mar 29, 2024
1 parent e8aa7e3 commit a69253a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ ForEach ($libraryProject in $libraryProjects) {
}

if (($null -ne $env:CI) -And ($EnableIntegrationTests -eq $true)) {
$LocalStackImage = "localstack/localstack:3.0.2"
$LocalStackImage = "localstack/localstack:3.3.0"
$LocalStackPort = "4566"
& docker pull --quiet $LocalStackImage
& docker run --detach --name localstack --publish "${LocalStackPort}:${LocalStackPort}" $LocalStackImage
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:3.0.0
image: localstack/localstack:3.3.0
ports:
- 4566:4566
environment:
Expand Down

0 comments on commit a69253a

Please sign in to comment.