summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2020-05-04 10:04:07 -0700
committerRalph Giles <giles@thaumas.net>2020-05-04 10:05:13 -0700
commita4208e5fc8aad1a6a1fb0f4f0970af6ccef78f66 (patch)
treec1435abbf8ba9b0591467dc16be00fcb0a66091b
parent0f1b6987e7232b7aa3c0e51d317e7e78511694c8 (diff)
downloadogg-git-a4208e5fc8aad1a6a1fb0f4f0970af6ccef78f66.tar.gz
Use the gcc:9 image for gitlab-ci builds.
Specify an explicit version of the base container image for more repeatable results. Note that this will need to be bumped periodically.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c28d97..9c89f22 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
# Image from https://hub.docker.com/_/gcc/ based on Debian
-image: gcc
+image: gcc:9
autoconf:
stage: build