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