Skip to content

Commit 14da244

Browse files
chore(deps): update rockstorm/git-server docker tag to v2.47 (#2193)
| datasource | package | from | to | | ---------- | -------------------- | ---- | ---- | | docker | rockstorm/git-server | 2.45 | 2.47 | Co-authored-by: Renovate Bot <[email protected]>
1 parent 7bb4867 commit 14da244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded-git/src/main/java/com/playtika/testcontainer/git/GitProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ public class GitProperties extends CommonContainerProperties {
2222
public String getDefaultDockerImage() {
2323
// Please don`t remove this comment.
2424
// renovate: datasource=docker
25-
return "rockstorm/git-server:2.45";
25+
return "rockstorm/git-server:2.47";
2626
}
2727
}

0 commit comments

Comments
 (0)