From 6a26a977fa05e63437bc126a917f46495b5a620f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 7 Dec 2020 19:05:17 -0800 Subject: CI: switch to focal base image --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 709a4d9..a8abbb7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ # This image comes with: -# - ubuntu:xenial (what IA infrastructure runs circa spring 2020) +# - ubuntu:focal (what IA infrastructure runs circa 2021) # - python3 dev setup # - pipenv -image: "bnewbold/fatcat-test-base:xenial" +image: "bnewbold/fatcat-test-base:focal" before_script: - pipenv --version -- cgit v1.2.3