diff options
author | Matthew Heon <mheon@redhat.com> | 2022-05-12 09:34:09 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2022-05-23 11:31:44 -0400 |
commit | dde42864202e688578d7aabb10e888fe57b4e831 (patch) | |
tree | c57fafd70010633cb8a409d11ab224707b795eec /test | |
parent | 7d00b0ea0d0c53ddba8d6aebdbce2f167aceccc5 (diff) | |
download | podman-dde42864202e688578d7aabb10e888fe57b4e831.tar.gz podman-dde42864202e688578d7aabb10e888fe57b4e831.tar.bz2 podman-dde42864202e688578d7aabb10e888fe57b4e831.zip |
Bump Compat API maximum version to v1.41
Docker bumped their API, so we should do the same.
Fixes #14204
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/apiv2/01-basic.at | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apiv2/01-basic.at b/test/apiv2/01-basic.at index e4348a9a7..c4183eda9 100644 --- a/test/apiv2/01-basic.at +++ b/test/apiv2/01-basic.at @@ -21,7 +21,7 @@ for i in /version version; do .Components[0].Details.APIVersion~4[0-9.-]\\+ \ .Components[0].Details.MinAPIVersion=4.0.0 \ .Components[0].Details.Os=linux \ - .ApiVersion=1.40 \ + .ApiVersion=1.41 \ .MinAPIVersion=1.24 \ .Os=linux done |