Skip to content
Snippets Groups Projects
Commit 68870e6e authored by Nick Bearson's avatar Nick Bearson
Browse files

update all uses of the docker image to 20.10

parent 17b62688
No related branches found
No related tags found
2 merge requests!342022 12 16 fix ci,!332022-12-16 attempt to fix the CI jobs
...@@ -27,7 +27,7 @@ create the Gridded GLM buildbucket: ...@@ -27,7 +27,7 @@ create the Gridded GLM buildbucket:
create the Gridded GLM package: create the Gridded GLM package:
stage: gridded_glm_build stage: gridded_glm_build
image: docker:19.03.1 image: docker:20.10
tags: tags:
- docker - docker
services: services:
...@@ -55,7 +55,7 @@ run tests: ...@@ -55,7 +55,7 @@ run tests:
push our images with version tags: push our images with version tags:
stage: release stage: release
image: docker:19.03.1 image: docker:20.10
tags: tags:
- docker - docker
services: services:
...@@ -75,7 +75,7 @@ push our images with version tags: ...@@ -75,7 +75,7 @@ push our images with version tags:
push our images as latest tags: push our images as latest tags:
stage: release stage: release
image: docker:19.03.1 image: docker:20.10
tags: tags:
- docker - docker
services: services:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment