Skip to content

Commit bbd3801

Browse files
chore(deps): update localstack/localstack docker tag to v3.7.1 (#2027)
| datasource | package | from | to | | ---------- | --------------------- | ----- | ----- | | docker | localstack/localstack | 3.5.0 | 3.7.1 | Co-authored-by: Renovate Bot <[email protected]>
1 parent 7e444b8 commit bbd3801

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

embedded-localstack/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* `embedded.localstack.enabled` `(true|false, default is true)`
1717
* `embedded.localstack.reuseContainer` `(true|false, default is false)`
1818
* `embedded.localstack.services` `(comma separated list of AWS services (S3, SQS, DYNAMODB, etc. Should be non empty)`
19-
* `embedded.localstack.dockerImage` `(default is 'localstack/localstack:3.5.0')`
19+
* `embedded.localstack.dockerImage` `(default is 'localstack/localstack:3.7.1')`
2020
** Image versions on https://hub.docker.com/r/localstack/localstack/tags[dockerhub]
2121
* `embedded.localstack.useSsl` `(default is false)`
2222
* `embedded.localstack.hostname` `(default is 'localhost')`

embedded-localstack/src/main/java/com/playtika/testcontainer/localstack/LocalStackProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ public class LocalStackProperties extends CommonContainerProperties {
2323
public String getDefaultDockerImage() {
2424
// Please don`t remove this comment.
2525
// renovate: datasource=docker
26-
return "localstack/localstack:3.5.0";
26+
return "localstack/localstack:3.7.1";
2727
}
2828
}

embedded-localstack/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"name": "embedded.localstack.docker-image",
3636
"values": [
3737
{
38-
"value": "localstack/localstack:3.5.0",
38+
"value": "localstack/localstack:3.7.1",
3939
"description": "Default Localstack image. Ref https://hub.docker.com/r/localstack/localstack for further info."
4040
}
4141
]

0 commit comments

Comments
 (0)