Skip to content

Commit

Permalink
chore(deps): update localstack/localstack docker tag to v3
Browse files Browse the repository at this point in the history
| datasource | package               | from  | to    |
| ---------- | --------------------- | ----- | ----- |
| docker     | localstack/localstack | 2.3.2 | 3.0.0 |
  • Loading branch information
renovate-bot authored and Fameing committed Jan 25, 2024
1 parent ed3bd78 commit 1e2df93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion embedded-localstack/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* `embedded.localstack.enabled` `(true|false, default is true)`
* `embedded.localstack.reuseContainer` `(true|false, default is false)`
* `embedded.localstack.services` `(comma separated list of AWS services (S3, SQS, DYNAMODB, etc. Should be non empty)`
* `embedded.localstack.dockerImage` `(default is 'localstack/localstack:2.3.2')`
* `embedded.localstack.dockerImage` `(default is 'localstack/localstack:3.0.0')`
** Image versions on https://hub.docker.com/r/localstack/localstack/tags[dockerhub]
* `embedded.localstack.useSsl` `(default is false)`
* `embedded.localstack.hostname` `(default is 'localhost')`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ public class LocalStackProperties extends CommonContainerProperties {
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "localstack/localstack:2.3.2";
return "localstack/localstack:3.0.0";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"name": "embedded.localstack.docker-image",
"values": [
{
"value": "localstack/localstack:2.3.2",
"value": "localstack/localstack:3.0.0",
"description": "Default Localstack image in version 0.10.8. Ref https://hub.docker.com/r/localstack/localstack for further info."
}
]
Expand Down

0 comments on commit 1e2df93

Please sign in to comment.