We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43698a2 commit 8707fb7Copy full SHA for 8707fb7
Dockerfile
@@ -9,7 +9,7 @@ RUN gem install mime-types:2.0 rake cucumber capybara selenium-webdriver rspec b
9
RUN gem install toml-rb
10
11
#Hugo - October 2017 build
12
-ENV HUGO_VERSION=0.30.2
+ENV HUGO_VERSION=0.48
13
ADD https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz /tmp
14
RUN tar -xf /tmp/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz -C /tmp \
15
&& mkdir -p /usr/local/sbin \
0 commit comments