Skip to content

Commit e7f8af5

Browse files
sulliseddumelendez
andauthored
[docs] Update localstack version (#8515)
Co-authored-by: Eddú Meléndez Gonzales <[email protected]>
1 parent 88e4ac5 commit e7f8af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/localstack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Testcontainers module for [LocalStack](http://localstack.cloud/), 'a fully funct
77
Running LocalStack as a stand-in for AWS S3 during a test:
88

99
```java
10-
DockerImageName localstackImage = DockerImageName.parse("localstack/localstack:0.11.3");
10+
DockerImageName localstackImage = DockerImageName.parse("localstack/localstack:3.5.0");
1111

1212
@Rule
1313
public LocalStackContainer localstack = new LocalStackContainer(localstackImage)

0 commit comments

Comments
 (0)