Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit ca865e6

Browse files
committed
Update ApiVersion
1 parent 78d2b05 commit ca865e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrationtest/src/test/groovy/de/gesellix/docker/engine/TestConstants.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class TestConstants {
1616
imageName = "$imageRepo:$imageTag"
1717

1818
versionDetails = [
19-
ApiVersion : { it in ["1.43", "1.44", "1.45", "1.46", "1.47", "1.48", "1.49", "1.50"] },
19+
ApiVersion : { it in ["1.43", "1.44", "1.45", "1.46", "1.47", "1.48", "1.49", "1.50", "1.51"] },
2020
Arch : { it in ["amd64", "arm64"] },
2121
BuildTime : { it =~ "\\d{4}-\\d{2}-\\d{2}T\\w+" },
2222
GitCommit : { it =~ "\\w{6,}" },

0 commit comments

Comments
 (0)