diff --git a/.drone.yml b/.drone.yml index 666b6fc..10ae145 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: - git submodule update --init --recursive - name: "Hugo test build" - image: klakegg/hugo:0.91.0-ext-ubuntu + image: klakegg/hugo:0.91.1-ext-alpine-ci commands: - hugo --gc --minify diff --git a/Dockerfile b/Dockerfile index 7d01f71..bd928d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM klakegg/hugo:0.91.0-ext-ubuntu as builder +FROM klakegg/hugo:0.91.1-ext-alpine-ci as builder COPY . /src #RUN ls -la WORKDIR /src