We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c1272 commit f53e615Copy full SHA for f53e615
Makefile
@@ -1,5 +1,5 @@
1
-TEST_API_VERSION ?= 1.39
2
-TEST_ENGINE_VERSION ?= 19.03.13
+TEST_API_VERSION ?= 1.41
+TEST_ENGINE_VERSION ?= 20.10.05
3
4
.PHONY: all
5
all: test
docker/constants.py
@@ -1,7 +1,7 @@
import sys
from .version import version
-DEFAULT_DOCKER_API_VERSION = '1.39'
+DEFAULT_DOCKER_API_VERSION = '1.41'
MINIMUM_DOCKER_API_VERSION = '1.21'
6
DEFAULT_TIMEOUT_SECONDS = 60
7
STREAM_HEADER_SIZE_BYTES = 8
0 commit comments