Browse Source

Upgrade to 0.59.0

master
Chris Smith 4 years ago
parent
commit
6dfd18ab4e
Signed by: Chris Smith <chris@chameth.com> GPG Key ID: 3A2D4BBDC4A3C9A9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -5,7 +5,7 @@ RUN apt-get -qq update \
5 5
 	&& rm -rf /var/lib/apt/lists/* \
6 6
 	&& gem install asciidoctor pygments.rb
7 7
 
8
-ENV HUGO_VERSION 0.55.5
8
+ENV HUGO_VERSION 0.59.0
9 9
 ENV HUGO_BINARY hugo_extended_${HUGO_VERSION}_Linux-64bit.deb
10 10
 
11 11
 ADD https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/${HUGO_BINARY} /tmp/hugo.deb

Loading…
Cancel
Save