Skip to content

Commit

Permalink
Merge pull request #3199 from vvoland/engine-24
Browse files Browse the repository at this point in the history
Bump default API version to 1.43 (Moby 24.0)
  • Loading branch information
glours authored Dec 20, 2023
2 parents 7d8a161 + 2a5f354 commit 097382b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TEST_API_VERSION ?= 1.41
TEST_ENGINE_VERSION ?= 20.10
TEST_API_VERSION ?= 1.43
TEST_ENGINE_VERSION ?= 24.0

ifeq ($(OS),Windows_NT)
PLATFORM := Windows
Expand Down
2 changes: 1 addition & 1 deletion docker/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys
from .version import __version__

DEFAULT_DOCKER_API_VERSION = '1.41'
DEFAULT_DOCKER_API_VERSION = '1.43'
MINIMUM_DOCKER_API_VERSION = '1.21'
DEFAULT_TIMEOUT_SECONDS = 60
STREAM_HEADER_SIZE_BYTES = 8
Expand Down
4 changes: 2 additions & 2 deletions tests/Dockerfile-ssh-dind
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG API_VERSION=1.41
ARG ENGINE_VERSION=20.10
ARG API_VERSION=1.43
ARG ENGINE_VERSION=24.0

FROM docker:${ENGINE_VERSION}-dind

Expand Down

0 comments on commit 097382b

Please sign in to comment.