Skip to content

Commit 801f960

Browse files
committed
BUILD/MINOR: ci: raise docker version used in ci
1 parent 0a10614 commit 801f960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ docker-build:
8282
needs: []
8383
image: $CI_REGISTRY_GO/docker:stable-go1.19
8484
services:
85-
- name: $CI_REGISTRY_GO/docker:18.09.7-dind
85+
- name: $CI_REGISTRY_GO/docker:20.10-dind
8686
alias: docker
8787
tags:
8888
- go
@@ -109,7 +109,7 @@ docker-build:
109109
needs: ["diff", "tidy", "docker-build"]
110110
image: $CI_REGISTRY_GO/docker:stable-go1.19
111111
services:
112-
- name: $CI_REGISTRY_GO/docker:18.09.7-dind
112+
- name: $CI_REGISTRY_GO/docker:20.10-dind
113113
alias: docker
114114
tags:
115115
- go

0 commit comments

Comments
 (0)