Skip to content

Commit

Permalink
ci: switch to Docker 27 for Docker image build jobs on GitLab
Browse files Browse the repository at this point in the history
Docker 20 is no longer supported and Docker 27 is the current
major version of the Docker engine.
  • Loading branch information
striezel committed Nov 2, 2024
1 parent 565a7b9 commit 7de1216
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
@@ -1,8 +1,8 @@
build_docker_image:
image: docker:20
image: docker:27
stage: build
services:
- docker:20-dind
- docker:27-dind
script:
- cd ci/
- docker build -t $CI_REGISTRY/striezel/morrowtools/ci-cross-win64:12.2-deb12 . -f Dockerfile_cross_win64
Expand Down

0 comments on commit 7de1216

Please sign in to comment.