shithub: opusfile

Download patch

ref: fbc3a7b4c085f59b9808b150c98b1faa85bc9001
parent: 40ee6d10deb260b530e08010e3fef029aaf88e4b
author: Ralph Giles <giles@thaumas.net>
date: Mon May 4 05:45:54 EDT 2020

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.

Signed-off-by: Marvin Scholz <epirat07@gmail.com>

--- 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
 
 autotools:
   stage: build