We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86168c commit d5d22daCopy full SHA for d5d22da
src/test/java/land/oras/utils/ZotUnsecureContainer.java
@@ -45,7 +45,7 @@ public class ZotUnsecureContainer extends GenericContainer<ZotUnsecureContainer>
45
* Create a new registry container
46
*/
47
public ZotUnsecureContainer() {
48
- super("ghcr.io/project-zot/zot-linux-amd64:v2.1.13");
+ super("ghcr.io/project-zot/zot-linux-amd64:v2.1.14");
49
addExposedPort(ZOT_PORT);
50
setWaitStrategy(Wait.forHttp("/v2/_catalog").forPort(ZOT_PORT).forStatusCode(200));
51
0 commit comments