Skip to content

Commit 7b723ce

Browse files
imsduSimon Dumas
andauthored
Update to localstack 3.8 (#5187)
Co-authored-by: Simon Dumas <simon.dumas@epfl.ch>
1 parent b44315f commit 7b723ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

delta/testkit/src/main/scala/ch/epfl/bluebrain/nexus/testkit/localstack/LocalStackS3.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import software.amazon.awssdk.services.s3.S3AsyncClient
1010

1111
object LocalStackS3 {
1212
val ServiceType = Service.S3
13-
val Version = "3.7"
13+
val Version = "3.8"
1414

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

tests/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ services:
164164
- ./config:/config
165165

166166
localstack:
167-
image: localstack/localstack:3.7
167+
image: localstack/localstack:3.8
168168
environment:
169169
AWS_ACCESS_KEY_ID: "MY_ACCESS_KEY"
170170
AWS_SECRET_ACCESS_KEY: "CHUTCHUT"

0 commit comments

Comments
 (0)