diff --git a/Dockerfile b/Dockerfile index 38b6549..07b20ae 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.72.0/hugo_extended_0.72.0_Linux-64bit.deb /tmp -RUN dpkg -i /tmp/hugo_extended_0.72.0_Linux-64bit.deb +ADD https://github.com/gohugoio/hugo/releases/download/v0.73.0/hugo_extended_0.73.0_Linux-64bit.deb /tmp +RUN dpkg -i /tmp/hugo_extended_0.73.0_Linux-64bit.deb ENTRYPOINT hugo diff --git a/README.md b/README.md index 1d5fb8d..c5c4e9b 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.72.0](https://github.com/gohugoio/hugo/releases/tag/v0.72.0) +- Using [Hugo extended version 0.73.0](https://github.com/gohugoio/hugo/releases/tag/v0.73.0) - 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@master - name: Build Hugo - uses: lowply/build-hugo@v0.72.0 + uses: lowply/build-hugo@v0.73.0 ``` ### 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.72.0 +docker run --rm -w /tmp -v $(pwd):/tmp lowply/build-hugo:v0.73.0 ``` ## Development diff --git a/VERSION b/VERSION index 7375dee..31b648b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.72.0 +0.73.0