We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d2099 commit bbb74a4Copy full SHA for bbb74a4
1 file changed
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.7");
+ super("ghcr.io/project-zot/zot-linux-amd64:v2.1.8");
49
addExposedPort(ZOT_PORT);
50
setWaitStrategy(Wait.forHttp("/v2/_catalog").forPort(ZOT_PORT).forStatusCode(200));
51
0 commit comments