From a4208e5fc8aad1a6a1fb0f4f0970af6ccef78f66 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Mon, 4 May 2020 10:04:07 -0700 Subject: 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. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1