Skip to content

Commit

Permalink
Merge pull request #2 from lowply/bump-hugo
Browse files Browse the repository at this point in the history
Bump hugo to v0.55.6
  • Loading branch information
lowply authored May 29, 2019
2 parents 5ced22e + 156a669 commit 7545480
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ LABEL "maintainer"="Sho Mizutani <lowply@github.com>"
RUN apt-get update -y && apt-get install ca-certificates -y
RUN update-ca-certificates

ADD https://github.com/gohugoio/hugo/releases/download/v0.54.0/hugo_extended_0.54.0_Linux-64bit.deb /usr/local/src
RUN dpkg -i /usr/local/src/hugo_extended_0.54.0_Linux-64bit.deb
ADD https://github.com/gohugoio/hugo/releases/download/v0.55.6/hugo_extended_0.55.6_Linux-64bit.deb /usr/local/src
RUN dpkg -i /usr/local/src/hugo_extended_0.55.6_Linux-64bit.deb
2 changes: 1 addition & 1 deletion 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.54](https://github.com/gohugoio/hugo/releases/tag/v0.54.0)
- Using [Hugo extended version 0.55.6](https://github.com/gohugoio/hugo/releases/tag/v0.55.6)
- Using [debian:9-slim](https://hub.docker.com/_/debian/) for the base image

Example workflow
Expand Down

0 comments on commit 7545480

Please sign in to comment.