Skip to content

Commit bc165f3

Browse files
chore: Update the value in the ZotContainer.java file
Made with ❤️️ by updatecli
1 parent d5d22da commit bc165f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/land/oras/utils/ZotContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class ZotContainer extends GenericContainer<ZotContainer> {
4646
* Create a new registry container
4747
*/
4848
public ZotContainer() {
49-
super("ghcr.io/project-zot/zot-linux-amd64:v2.1.13");
49+
super("ghcr.io/project-zot/zot-linux-amd64:v2.1.14");
5050
addExposedPort(ZOT_PORT);
5151
setWaitStrategy(Wait.forHttp("/v2/_catalog").forPort(ZOT_PORT).forStatusCode(401));
5252

0 commit comments

Comments
 (0)