aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-nginx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-28 19:30:11 +0800
committercrupest <crupest@outlook.com>2022-11-28 19:30:11 +0800
commite0a570af9959b9270f01ee33478d05689826f465 (patch)
treeee622515870ef8f6cda5768c716561b12b93b6bd /docker/crupest-nginx
parentff1b4a63111ee10d8bf6d2113a330357c281f769 (diff)
downloadcrupest-e0a570af9959b9270f01ee33478d05689826f465.tar.gz
crupest-e0a570af9959b9270f01ee33478d05689826f465.tar.bz2
crupest-e0a570af9959b9270f01ee33478d05689826f465.zip
Fix docker.
Diffstat (limited to 'docker/crupest-nginx')
-rw-r--r--docker/crupest-nginx/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/crupest-nginx/Dockerfile b/docker/crupest-nginx/Dockerfile
index 074e8cc..82fd900 100644
--- a/docker/crupest-nginx/Dockerfile
+++ b/docker/crupest-nginx/Dockerfile
@@ -4,7 +4,7 @@ COPY sites/www /sites/www
WORKDIR /sites/www
RUN pnpm install --frozen-lockfile && pnpm run build
-FROM klakegg/ext-alpine AS build-blog
+FROM klakegg/hugo:ext-alpine AS build-blog
# install git
RUN apk add --no-cache git
RUN git submodule update --init --recursive