Skip to content

Commit 9c57c46

Browse files
authored
Bump zot v2.1.10 (#436)
2 parents 79c517f + 5ac8e3e commit 9c57c46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class ZotContainer extends GenericContainer<ZotContainer> {
4646
* Create a new registry container
4747
*/
4848
public ZotContainer() {
49-
super("ghcr.io/project-zot/zot-linux-amd64:v2.1.9");
49+
super("ghcr.io/project-zot/zot-linux-amd64:v2.1.10");
5050
addExposedPort(ZOT_PORT);
5151
setWaitStrategy(Wait.forHttp("/v2/_catalog").forPort(ZOT_PORT).forStatusCode(401));
5252

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

0 commit comments

Comments
 (0)