fix: use hugomods/hugo image (klakegg/hugo no longer published)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Viktor Barzin 2026-05-07 23:16:17 +00:00
parent 3fc75b636a
commit eade6e2542

View file

@ -2,7 +2,7 @@
ARG HUGO_VERSION=0.139.0 ARG HUGO_VERSION=0.139.0
ARG NGINX_VERSION=1.27-alpine ARG NGINX_VERSION=1.27-alpine
FROM klakegg/hugo:${HUGO_VERSION}-ext-alpine AS build FROM hugomods/hugo:${HUGO_VERSION} AS build
WORKDIR /src WORKDIR /src
COPY . . COPY . .
RUN hugo --minify --gc --destination /out RUN hugo --minify --gc --destination /out