Skip to content

Commit e22cf26

Browse files
committed
ci: switch to Docker 27 for Docker image build jobs on GitLab
Docker 20 is no longer supported and Docker 27 is the current major version of the Docker engine.
1 parent 4bc7cee commit e22cf26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
docker_image_debian:
2-
image: docker:20
2+
image: docker:27
33
stage: build
44
services:
5-
- docker:20-dind
5+
- docker:27-dind
66
script:
77
- cd ci/
88
- docker build -t $CI_REGISTRY/striezel/webp-viewer/debian:12 . -f Dockerfile_debian
@@ -33,10 +33,10 @@ debian:
3333
- ctest -V
3434

3535
docker_image_fedora:
36-
image: docker:20
36+
image: docker:27
3737
stage: build
3838
services:
39-
- docker:20-dind
39+
- docker:27-dind
4040
script:
4141
- cd ci/
4242
- docker build -t $CI_REGISTRY/striezel/webp-viewer/fedora:40 . -f Dockerfile_fedora

0 commit comments

Comments
 (0)