From a1e3c5a00f151e7d60450d59fea03d4dc3f24267 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 21 Oct 2022 14:55:34 -0700 Subject: CI: switch to ubuntu jammy image --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8abbb7..da39466 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ # This image comes with: -# - ubuntu:focal (what IA infrastructure runs circa 2021) +# - ubuntu:jammy # - python3 dev setup # - pipenv -image: "bnewbold/fatcat-test-base:focal" +image: "bnewbold/fatcat-test-base:jammy" before_script: - pipenv --version -- cgit v1.2.3