test alpine based image

This commit is contained in:
OCram85 2021-12-23 14:50:38 +01:00
parent dfc528910c
commit b3fec21740
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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