test alpine based image (#1)

This commit is contained in:
2021-12-23 15:11:14 +01:00
committed by GitHub
parent dfc528910c
commit b7788ca86c
2 changed files with 2 additions and 2 deletions

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