Skip to content

Commit

Permalink
Update localstack to 3.6 (#5080)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Dumas <[email protected]>
  • Loading branch information
imsdu and Simon Dumas authored Aug 7, 2024
1 parent c9521b2 commit cd373d9
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.5"
val Version = "3.6"

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 @@ -159,7 +159,7 @@ services:
- ./config:/config

localstack:
image: localstack/localstack:3.5
image: localstack/localstack:3.6
environment:
AWS_ACCESS_KEY_ID: "MY_ACCESS_KEY"
AWS_SECRET_ACCESS_KEY: "CHUTCHUT"
Expand Down

0 comments on commit cd373d9

Please sign in to comment.