Skip to content

Commit 097382b

Browse files
authored
Merge pull request #3199 from vvoland/engine-24
Bump default API version to 1.43 (Moby 24.0)
2 parents 7d8a161 + 2a5f354 commit 097382b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.41
2-
TEST_ENGINE_VERSION ?= 20.10
1+
TEST_API_VERSION ?= 1.43
2+
TEST_ENGINE_VERSION ?= 24.0
33

44
ifeq ($(OS),Windows_NT)
55
PLATFORM := Windows

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.41'
4+
DEFAULT_DOCKER_API_VERSION = '1.43'
55
MINIMUM_DOCKER_API_VERSION = '1.21'
66
DEFAULT_TIMEOUT_SECONDS = 60
77
STREAM_HEADER_SIZE_BYTES = 8

tests/Dockerfile-ssh-dind

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG API_VERSION=1.41
4-
ARG ENGINE_VERSION=20.10
3+
ARG API_VERSION=1.43
4+
ARG ENGINE_VERSION=24.0
55

66
FROM docker:${ENGINE_VERSION}-dind
77

0 commit comments

Comments
 (0)