Skip to content

Commit

Permalink
chore(deps): update zookeeper docker tag to v3.9.3 (#2129)
Browse files Browse the repository at this point in the history
| datasource | package   | from  | to    |
| ---------- | --------- | ----- | ----- |
| docker     | zookeeper | 3.9.2 | 3.9.3 |

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
Fameing and renovate-bot authored Dec 3, 2024
1 parent b314d30 commit e3110c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ public class ZookeeperConfigurationProperties extends CommonContainerProperties
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "zookeeper:3.9.2";
return "zookeeper:3.9.3";
}
}

0 comments on commit e3110c7

Please sign in to comment.