Skip to content

Commit f255f8b

Browse files
imsduSimon Dumas
andauthored
Update to Localstack 4.2 (#5303)
Co-authored-by: Simon Dumas <simon.dumas@senscience.ai>
1 parent 134382b commit f255f8b

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 = "4.1"
13+
val Version = "4.2"
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
@@ -155,7 +155,7 @@ services:
155155
POSTGRES_PASSWORD: "postgres"
156156

157157
localstack:
158-
image: localstack/localstack:4.1
158+
image: localstack/localstack:4.2
159159
environment:
160160
AWS_ACCESS_KEY_ID: "MY_ACCESS_KEY"
161161
AWS_SECRET_ACCESS_KEY: "CHUTCHUT"

0 commit comments

Comments
 (0)