From 61f742b1b433028cf5c1531608bde79e05fd44ac Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Sun, 10 Jan 2021 21:13:50 +0100 Subject: [PATCH] Update docker container image name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ceb0bc8d..42052247 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: archlinux/base +image: "archlinux:latest" before_script: - pacman -Syu --needed --noconfirm python-pip git