Skip to content

Commit d5d22da

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)