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
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:
create the Gridded GLM package:
stage: gridded_glm_build
image: docker:19.03.1
image: docker:20.10
tags:
- docker
services:
......@@ -55,7 +55,7 @@ run tests:
push our images with version tags:
stage: release
image: docker:19.03.1
image: docker:20.10
tags:
- docker
services:
......@@ -75,7 +75,7 @@ push our images with version tags:
push our images as latest tags:
stage: release
image: docker:19.03.1
image: docker:20.10
tags:
- docker
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