diff --git a/Dockerfile b/Dockerfile index 6f04bbe..cfacc0c 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.136.0/hugo_extended_0.136.0_linux-amd64.deb /tmp -RUN dpkg -i /tmp/hugo_extended_0.136.0_linux-amd64.deb +ADD https://github.com/gohugoio/hugo/releases/download/v0.136.1/hugo_extended_0.136.1_linux-amd64.deb /tmp +RUN dpkg -i /tmp/hugo_extended_0.136.1_linux-amd64.deb ENTRYPOINT ["hugo"] diff --git a/README.md b/README.md index 17c9082..9c138a5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A GitHub Action for building [Hugo](https://gohugo.io/) sites. -- Utilizes [Hugo extended version 0.136.0](https://github.com/gohugoio/hugo/releases/tag/v0.136.0) +- Utilizes [Hugo extended version 0.136.1](https://github.com/gohugoio/hugo/releases/tag/v0.136.1) - Based on [debian:buster-slim](https://hub.docker.com/_/debian/) ## Usage @@ -20,7 +20,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 - name: Build Hugo - uses: lowply/build-hugo@v0.136.0 + uses: lowply/build-hugo@v0.136.1 ``` ### Versioning @@ -37,7 +37,7 @@ The Build Hugo version aligns with [Hugo's releases](https://github.com/gohugoio To run it locally, use the following command: ``` -docker run --rm -w /tmp -v $(pwd):/tmp lowply/build-hugo:v0.136.0 +docker run --rm -w /tmp -v $(pwd):/tmp lowply/build-hugo:v0.136.1 ``` ## Development diff --git a/VERSION b/VERSION index 7a3897d..78c52a3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.136.0 +0.136.1