Skip to content

Commit

Permalink
Bump Hugo to v0.58.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lowply committed Sep 16, 2019
1 parent 336670e commit f19989b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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.57.2/hugo_extended_0.57.2_Linux-64bit.deb /tmp
RUN dpkg -i /tmp/hugo_extended_0.57.2_Linux-64bit.deb
ADD https://github.com/gohugoio/hugo/releases/download/v0.58.2/hugo_extended_0.58.2_Linux-64bit.deb /tmp
RUN dpkg -i /tmp/hugo_extended_0.58.2_Linux-64bit.deb
ENTRYPOINT hugo
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A GitHub Action to build Hugo site.

- Using [Hugo extended version 0.57.2](https://github.com/gohugoio/hugo/releases/tag/v0.57.2)
- Using [Hugo extended version 0.58.2](https://github.com/gohugoio/hugo/releases/tag/v0.58.2)
- Using [debian:buster-slim](https://hub.docker.com/_/debian/) as the base image

Example workflow
Expand All @@ -18,5 +18,5 @@ jobs:
- name: Check out code
uses: actions/checkout@master
- name: Build Hugo
uses: lowply/build-hugo@v0.57.2
uses: lowply/build-hugo@v0.58.2
```

0 comments on commit f19989b

Please sign in to comment.