Skip to content

Commit

Permalink
BUILD/MINOR: ci: raise docker version used in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Feb 9, 2023
1 parent 90f9d1b commit 5086321
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 @@ -92,7 +92,7 @@ docker-build:
- if: $CI_PIPELINE_SOURCE == 'push'
image: $CI_REGISTRY_GO/docker:stable-go1.19
services:
- name: $CI_REGISTRY_GO/docker:18.09.7-dind
- name: $CI_REGISTRY_GO/docker:20.10-dind
alias: docker
tags:
- go
Expand Down Expand Up @@ -151,7 +151,7 @@ docker-build-sch:
- if: $CI_PIPELINE_SOURCE == 'push'
image: $CI_REGISTRY_GO/docker:stable-go1.19
services:
- name: $CI_REGISTRY_GO/docker:18.09.7-dind
- name: $CI_REGISTRY_GO/docker:20.10-dind
alias: docker
tags:
- go
Expand Down

0 comments on commit 5086321

Please sign in to comment.