From 90df2d999c0fd3153ad697b1b49161106b007b43 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 29 Nov 2022 12:24:47 +0800 Subject: Move to alpine. Fix #6. --- docker/crupest-nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/crupest-nginx') diff --git a/docker/crupest-nginx/Dockerfile b/docker/crupest-nginx/Dockerfile index cf08ee5..046031b 100644 --- a/docker/crupest-nginx/Dockerfile +++ b/docker/crupest-nginx/Dockerfile @@ -12,6 +12,6 @@ RUN git clone https://github.com/crupest/blog.git && cd blog && git submodule up WORKDIR /blog RUN hugo -FROM nginx:latest +FROM nginx:mainline-alpine COPY --from=build-www /sites/www/dist /srv/www COPY --from=build-blog /blog/public /srv/blog -- cgit v1.2.3