dockerfile: switch to immawanderer/alpine-hugo
All checks were successful
continuous-integration/drone/push Build is passing

follow-up of 553c577
This commit is contained in:
surtur 2022-09-24 21:04:58 +03:00
parent 553c5777f4
commit f3136006d9
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -1,4 +1,4 @@
FROM immawanderer/fedora-hugo:latest AS hugobuild FROM docker.io/immawanderer/alpine-hugo:hugo-v0.103.0 AS hugobuild
RUN mkdir -pv /docs RUN mkdir -pv /docs
COPY . /docs COPY . /docs