summaryrefslogtreecommitdiff
path: root/.gitlab/os-linux.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-10-01 10:21:39 -0400
committerBrad King <brad.king@kitware.com>2021-10-01 10:21:39 -0400
commit5329366527f5e03cdafe4f7ad55482d513bf2fd7 (patch)
tree3325873c675f9b21db527d4eacfa9673971fa43f /.gitlab/os-linux.yml
parentb3a0bddc4e1c8f1f86078cdffaebbc4c493e4409 (diff)
downloadcmake-5329366527f5e03cdafe4f7ad55482d513bf2fd7.tar.gz
ci: update cuda9.2 base image after DST Root CA X3 expiry
Diffstat (limited to '.gitlab/os-linux.yml')
-rw-r--r--.gitlab/os-linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml
index 1513c904dc..948775ca7a 100644
--- a/.gitlab/os-linux.yml
+++ b/.gitlab/os-linux.yml
@@ -209,7 +209,7 @@
### CUDA builds
.cuda9.2:
- image: "kitware/cmake:ci-cuda9.2-x86_64-2021-07-01"
+ image: "kitware/cmake:ci-cuda9.2-x86_64-2021-10-01"
variables:
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"