From fb6e5c630d073a3d92fcb7005ecb489f46210e38 Mon Sep 17 00:00:00 2001 From: Sho Mizutani Date: Fri, 10 Nov 2023 08:35:21 +0900 Subject: [PATCH] Update to 0.120.4 Updating Hugo to [v0.120.4](https://github.com/gohugoio/hugo/releases/tag/v0.120.4) --- Dockerfile | 4 ++-- README.md | 6 +++--- VERSION | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index be5c18f..db2f006 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim RUN apt-get update -y && apt-get install ca-certificates -y RUN update-ca-certificates -ADD https://github.com/gohugoio/hugo/releases/download/v0.120.3/hugo_extended_0.120.3_linux-amd64.deb /tmp -RUN dpkg -i /tmp/hugo_extended_0.120.3_linux-amd64.deb +ADD https://github.com/gohugoio/hugo/releases/download/v0.120.4/hugo_extended_0.120.4_linux-amd64.deb /tmp +RUN dpkg -i /tmp/hugo_extended_0.120.4_linux-amd64.deb ENTRYPOINT ["hugo"] diff --git a/README.md b/README.md index 008d131..1cf9889 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A GitHub Action to build [Hugo](https://gohugo.io/) site. -- Using [Hugo extended version 0.120.3](https://github.com/gohugoio/hugo/releases/tag/v0.120.3) +- Using [Hugo extended version 0.120.4](https://github.com/gohugoio/hugo/releases/tag/v0.120.4) - Using [debian:buster-slim](https://hub.docker.com/_/debian/) as the base image ## Usage @@ -20,7 +20,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 - name: Build Hugo - uses: lowply/build-hugo@v0.120.3 + uses: lowply/build-hugo@v0.120.4 ``` ### Versioning @@ -35,7 +35,7 @@ Build Hugo version is designed to match with [the Hugo's version](https://github ### Running it locally ``` -docker run --rm -w /tmp -v $(pwd):/tmp lowply/build-hugo:v0.120.3 +docker run --rm -w /tmp -v $(pwd):/tmp lowply/build-hugo:v0.120.4 ``` ## Development diff --git a/VERSION b/VERSION index 767a5a6..32a3583 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.120.3 +0.120.4