Skip to content
Snippets Groups Projects
Commit b20b4135 authored by Lars Bilke's avatar Lars Bilke
Browse files

Bump Hugo to 0.64.1

parent ab663367
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
node_modules/.bin/hugo-algolia --toml -s"""
[build.environment] # global variables
HUGO_VERSION = "0.64.0"
HUGO_VERSION = "0.64.1"
GIT_LFS_ENABLED = "true"
[context.production.environment]
......
FROM node
RUN npm install -g @hashicorp/broken-links-checker
RUN wget https://github.com/gohugoio/hugo/releases/download/v0.60.1/hugo_extended_0.60.1_Linux-64bit.deb \
&& dpkg -i hugo_extended_0.60.1_Linux-64bit.deb && rm hugo_extended_0.60.1_Linux-64bit.deb
RUN wget https://github.com/gohugoio/hugo/releases/download/v0.64.1/hugo_extended_0.64.1_Linux-64bit.deb \
&& dpkg -i hugo_extended_0.64.1_Linux-64bit.deb && rm hugo_extended_0.64.1_Linux-64bit.deb
RUN apt-get update -y && apt-get install -y --no-install-recommends pandoc \
&& rm -rf /var/lib/apt/lists/*
ENTRYPOINT /bin/bash
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment