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:
parent
3fc75b636a
commit
eade6e2542
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue