Skip to content

Commit

Permalink
Updated hugo from 0.112.6 to 0.123.6
Browse files Browse the repository at this point in the history
Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
  • Loading branch information
olehermanse committed Feb 29, 2024
1 parent 679df8a commit dbbf23c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:18-alpine AS build
ARG GITHUB_USERNAME_TOKEN
WORKDIR /build-website
ADD https://github.com/gohugoio/hugo/releases/download/v0.112.6/hugo_0.112.6_Linux-64bit.tar.gz hugo.tar.gz
RUN echo "623846db72d4c932a3b3ebc2914e993db3f1eee79da92cd5cbb39ddf3b22f871 hugo.tar.gz" | sha256sum -c
ADD https://github.com/gohugoio/hugo/releases/download/v0.123.6/hugo_0.123.6_Linux-64bit.tar.gz hugo.tar.gz
RUN echo "be3a20ea1f585e2dc71bc9def2e505521ac2f5296a72eff3044dbff82bd0075e hugo.tar.gz" | sha256sum -c
RUN tar -zxvf hugo.tar.gz
COPY package-lock.json package.json ./
RUN npm ci
Expand Down

0 comments on commit dbbf23c

Please sign in to comment.