From d4a5368a4edebfc71e2925b1e4bfadfed366cc53 Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 7 Jun 2020 15:44:57 +0200 Subject: [PATCH] feat: changed the container image used in CI to fedora-hugo --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a53cc1d..f59110c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ name: build steps: - name: hugo-extended pull: always - image: immawanderer/archlinux-hugo:latest + image: immawanderer/fedora-hugo:latest commands: - git submodule init - git submodule update