test alpine based image #1

Merged
OCram85 merged 1 commits from sec into master 2021-12-23 15:11:15 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b3fec21740 - Show all commits

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