From 362076f0b5eef9fd854aabca19296e60b86b2516 Mon Sep 17 00:00:00 2001 From: valberg Date: Fri, 29 May 2020 20:41:15 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 18be719..edcc4f6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: default steps: - name: build - image: buster-slim + image: debian:buster-slim commands: - wget https://github.com/gohugoio/hugo/releases/download/v0.62.1/hugo_0.62.1_Linux-64bit.deb -O hugo.deb - dpkg -i hugo.deb