Skip to content

Commit

Permalink
Update localstack to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dumas committed Nov 22, 2024
1 parent d7a192f commit 856cdff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import software.amazon.awssdk.services.s3.S3AsyncClient

object LocalStackS3 {
val ServiceType = Service.S3
val Version = "3.8"
val Version = "4.0"

def localstackS3(): Resource[IO, LocalStackV2Container] = {

Expand Down
2 changes: 1 addition & 1 deletion tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ services:
- ./config:/config

localstack:
image: localstack/localstack:3.8
image: localstack/localstack:4.0
environment:
AWS_ACCESS_KEY_ID: "MY_ACCESS_KEY"
AWS_SECRET_ACCESS_KEY: "CHUTCHUT"
Expand Down

0 comments on commit 856cdff

Please sign in to comment.