Skip to content

Commit f53e615

Browse files
committed
Update API and Engine versions
The Makefile and `docker/constants.py` were with old versions, so I updated them to the current one Signed-off-by: Felipe Ruhland <[email protected]>
1 parent 96c1272 commit f53e615

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
TEST_API_VERSION ?= 1.39
2-
TEST_ENGINE_VERSION ?= 19.03.13
1+
TEST_API_VERSION ?= 1.41
2+
TEST_ENGINE_VERSION ?= 20.10.05
33

44
.PHONY: all
55
all: test

docker/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sys
22
from .version import version
33

4-
DEFAULT_DOCKER_API_VERSION = '1.39'
4+
DEFAULT_DOCKER_API_VERSION = '1.41'
55
MINIMUM_DOCKER_API_VERSION = '1.21'
66
DEFAULT_TIMEOUT_SECONDS = 60
77
STREAM_HEADER_SIZE_BYTES = 8

0 commit comments

Comments
 (0)