Skip to content

Commit 2d95842

Browse files
Update localstack/localstack Docker tag to v2.2.0 (PlaytikaOSS#1423)
| datasource | package | from | to | | ---------- | --------------------- | ----- | ----- | | docker | localstack/localstack | 2.0.2 | 2.2.0 | Co-authored-by: Renovate Bot <[email protected]>
1 parent d46d2f4 commit 2d95842

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:2.0.2')`
19+
* `embedded.localstack.dockerImage` `(default is 'localstack/localstack:2.2.0')`
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
@@ -24,6 +24,6 @@ public class LocalStackProperties extends CommonContainerProperties {
2424
public String getDefaultDockerImage() {
2525
// Please don`t remove this comment.
2626
// renovate: datasource=docker
27-
return "localstack/localstack:2.0.2";
27+
return "localstack/localstack:2.2.0";
2828
}
2929
}

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:2.0.2",
38+
"value": "localstack/localstack:2.2.0",
3939
"description": "Default Localstack image in version 0.10.8. Ref https://hub.docker.com/r/localstack/localstack for further info."
4040
}
4141
]

0 commit comments

Comments
 (0)