Skip to content

Commit

Permalink
Update to localstack 3.8 (#5187)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Dumas <simon.dumas@epfl.ch>
  • Loading branch information
imsdu and Simon Dumas authored Oct 15, 2024
1 parent b44315f commit 7b723ce
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.7"
val Version = "3.8"

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.7
image: localstack/localstack:3.8
environment:
AWS_ACCESS_KEY_ID: "MY_ACCESS_KEY"
AWS_SECRET_ACCESS_KEY: "CHUTCHUT"
Expand Down

0 comments on commit 7b723ce

Please sign in to comment.