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 0a10614 commit 801f960
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 @@ -82,7 +82,7 @@ docker-build:
needs: []
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 All @@ -109,7 +109,7 @@ docker-build:
needs: ["diff", "tidy", "docker-build"]
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 801f960

Please sign in to comment.