Skip to content

Commit

Permalink
chore(deps): update localstack/localstack docker tag to v3.8.1 (#2142)
Browse files Browse the repository at this point in the history
| datasource | package               | from  | to    |
| ---------- | --------------------- | ----- | ----- |
| docker     | localstack/localstack | 3.7.1 | 3.8.1 |

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
Fameing and renovate-bot authored Dec 3, 2024
1 parent cb4ffd9 commit 92fda51
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:3.7.1')`
* `embedded.localstack.dockerImage` `(default is 'localstack/localstack:3.8.1')`
** 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 @@ -23,6 +23,6 @@ public class LocalStackProperties extends CommonContainerProperties {
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "localstack/localstack:3.7.1";
return "localstack/localstack:3.8.1";
}
}
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:3.7.1",
"value": "localstack/localstack:3.8.1",
"description": "Default Localstack image. Ref https://hub.docker.com/r/localstack/localstack for further info."
}
]
Expand Down

0 comments on commit 92fda51

Please sign in to comment.