FROM registry.hub.docker.com/library/alpine:3.18
# hadolint ignore=DL3018
RUN apk add --no-cache --update hugo && \
    hugo version
