Skip to content

Commit

Permalink
chore(deps): update redis docker tag to v7.4.1 (#2096)
Browse files Browse the repository at this point in the history
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| docker     | redis   | 7.4.0 | 7.4.1 |

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
Fameing and renovate-bot authored Oct 29, 2024
1 parent b3724d0 commit 57bf444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded-redis/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

* `embedded.redis.enabled` `(true|false, default is true)`
* `embedded.redis.reuseContainer` `(true|false, default is false)`
* `embedded.redis.dockerImage` `(default is 'redis:7.4.0-alpine')`
* `embedded.redis.dockerImage` `(default is 'redis:7.4.1-alpine')`
** Image versions on https://hub.docker.com/_/redis?tab=tags[dockerhub]
* `embedded.redis.waitTimeoutInSeconds` `(default is 60 seconds)`
* `embedded.redis.clustered` `(true|false, default is false)`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ public void afterPropertiesSet() {
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "redis:7.4.0-alpine";
return "redis:7.4.1-alpine";
}
}

0 comments on commit 57bf444

Please sign in to comment.