Skip to content

Commit bbb74a4

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.7");
48+
super("ghcr.io/project-zot/zot-linux-amd64:v2.1.8");
4949
addExposedPort(ZOT_PORT);
5050
setWaitStrategy(Wait.forHttp("/v2/_catalog").forPort(ZOT_PORT).forStatusCode(200));
5151

0 commit comments

Comments
 (0)