Skip to content

Commit

Permalink
CI: update dind container
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Nov 24, 2023
1 parent 02dfdd5 commit bc5a27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ test:ant:
# It's cached for later jobs
build_docker:
stage: build
image: docker:24.0.6
image: docker:24.0.7
services:
- docker:24.0.6-dind
- docker:24.0.7-dind
script:
# Try to load latest branch image from local tar or from registry
- docker load -i ci-exports/$CI_COMMIT_REF_SLUG.tar || docker pull $CI_REGISTRY_IMAGE:latest || true
Expand Down

0 comments on commit bc5a27f

Please sign in to comment.