diff options
author | crupest <crupest@outlook.com> | 2022-12-01 20:51:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-01 20:51:03 +0800 |
commit | 9c76a8693699c265b2faf61374656b7143dac263 (patch) | |
tree | f5ae3d867d3769add40e1b40a40ebfadcbf9da0c /docker/crupest-blog | |
parent | ab7df361608166110b468c57a6673e50f2d52a89 (diff) | |
download | crupest-9c76a8693699c265b2faf61374656b7143dac263.tar.gz crupest-9c76a8693699c265b2faf61374656b7143dac263.tar.bz2 crupest-9c76a8693699c265b2faf61374656b7143dac263.zip |
Update Dockerfile to use ext ci Hugo.
Diffstat (limited to 'docker/crupest-blog')
-rw-r--r-- | docker/crupest-blog/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/crupest-blog/Dockerfile b/docker/crupest-blog/Dockerfile index b5dd273..5e9ae88 100644 --- a/docker/crupest-blog/Dockerfile +++ b/docker/crupest-blog/Dockerfile @@ -1,4 +1,4 @@ -FROM klakegg/hugo:ext-alpine +FROM klakegg/hugo:ext-alpine-ci # install git ARG CRUPEST_BLOG_UPDATE_INTERVAL=1d RUN apk add --no-cache coreutils tini bash git |