summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2020-06-10 14:31:53 -0700
committerRalph Giles <giles@thaumas.net>2020-06-10 14:37:04 -0700
commit68d9d740a5f2d41fa7f62ec96bf8f49947e83dbf (patch)
treee938ea5b7654b3a5b334969996c1f99332e29f80
parent7340b2c9c4fc37eba8903c8a186245053cdcea48 (diff)
downloadlibvorbis-git-68d9d740a5f2d41fa7f62ec96bf8f49947e83dbf.tar.gz
gitlab-ci: Use the gcc:9 base image.
Use a versioned base image for jobs to reduce variance. This version number will need to be bumped periodically. Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 065412ed..e438d972 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ default:
tags:
- docker
# Image from https://hub.docker.com/_/gcc/ based on Debian
- image: gcc
+ image: gcc:9
autoconf:
stage: build