Skip to content

Commit 47589e2

Browse files
Update zookeeper Docker tag to v3.8.2 (PlaytikaOSS#1417)
| datasource | package | from | to | | ---------- | --------- | ----- | ----- | | docker | zookeeper | 3.8.1 | 3.8.2 | Co-authored-by: Renovate Bot <[email protected]>
1 parent 9cb5710 commit 47589e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded-zookeeper/src/main/java/com/playtika/testcontainers/zookeeper/ZookeeperConfigurationProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ public class ZookeeperConfigurationProperties extends CommonContainerProperties
2020
public String getDefaultDockerImage() {
2121
// Please don`t remove this comment.
2222
// renovate: datasource=docker
23-
return "zookeeper:3.8.1";
23+
return "zookeeper:3.8.2";
2424
}
2525
}

0 commit comments

Comments
 (0)