Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Docker Client API Version to Resolve Compatibility Issue #174

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

rashpile
Copy link

@rashpile rashpile commented Feb 1, 2024

This PR addresses the issue reported in #171.

We have encountered a compatibility problem due to the deprecation of the Docker client API version 1.22. The error message encountered is: "Client version 1.22 is too old. Minimum supported API version is 1.24."

To resolve this, I propose updating the Docker client API version to 1.24, which is the minimum supported version. This update ensures compatibility and aligns with the current Docker API standards.

For more details on the deprecated API versions, please refer to the Docker documentation: https://docs.docker.com/engine/api/#deprecated-api-versions.

@umputun umputun merged commit 7ce7e18 into umputun:master Feb 1, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants