Fix dockerfile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
NeonXP 2023-11-17 18:50:59 +03:00 committed by Alexander NeonXP Kiryukhin
parent 040f4fe033
commit 99ae35b3b5

View file

@ -1,4 +1,4 @@
FROM alpine:latest FROM alpine:latest AS builder
RUN apk add --no-cache \ RUN apk add --no-cache \
ca-certificates \ ca-certificates \
@ -18,4 +18,4 @@ ARG HUGO_URL="https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION
RUN wget -q -O- ${HUGO_URL} | tar xz -C /usr/local/bin RUN wget -q -O- ${HUGO_URL} | tar xz -C /usr/local/bin
ENTRYPOINT [ "hugo" ] RUN hugo -v