Skip to content

Commit

Permalink
Bump CI docker api version to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed May 10, 2024
1 parent e379758 commit b7cc6a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Expand Up @@ -74,7 +74,7 @@ jobs:
image: ubuntu-2004:current
enabled: true
environment:
DOCKER_API_VERSION: 1.23
DOCKER_API_VERSION: 1.24
BASE_OS: focal
steps:
- checkout
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
image: ubuntu-2004:current
enabled: true
environment:
DOCKER_API_VERSION: 1.23
DOCKER_API_VERSION: 1.24
BASE_OS: focal
parallelism: 3
steps:
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
image: ubuntu-2004:current
enabled: true
environment:
DOCKER_API_VERSION: 1.23
DOCKER_API_VERSION: 1.24
BASE_OS: focal
parallelism: 5
steps:
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
image: ubuntu-2004:current
enabled: true
environment:
DOCKER_API_VERSION: 1.23
DOCKER_API_VERSION: 1.24
BASE_OS: focal
parallelism: 21
steps:
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
image: ubuntu-2004:current
enabled: true
environment:
DOCKER_API_VERSION: 1.23
DOCKER_API_VERSION: 1.24
BASE_OS: focal
steps:
- checkout
Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
image: ubuntu-2004:current
enabled: true
environment:
DOCKER_API_VERSION: 1.23
DOCKER_API_VERSION: 1.24
BASE_OS: focal
steps:
- checkout
Expand Down

0 comments on commit b7cc6a6

Please sign in to comment.