Update '.drone.yml'

This commit is contained in:
valberg 2020-05-29 20:41:49 +00:00
parent 362076f0b5
commit fb2af962ef
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: default
steps:
- name: build
image: debian:buster-slim
image: debian:buster
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