Skip to content

Commit 8707fb7

Browse files
committed
upgrade hugo to 0.48
1 parent 43698a2 commit 8707fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN gem install mime-types:2.0 rake cucumber capybara selenium-webdriver rspec b
99
RUN gem install toml-rb
1010

1111
#Hugo - October 2017 build
12-
ENV HUGO_VERSION=0.30.2
12+
ENV HUGO_VERSION=0.48
1313
ADD https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz /tmp
1414
RUN tar -xf /tmp/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz -C /tmp \
1515
&& mkdir -p /usr/local/sbin \

0 commit comments

Comments
 (0)