Skip to content

Commit 326cd00

Browse files
authored
Merge pull request #195 from cfengine/hugo-version-update-0.140.1
Upgraded Hugo version to 0.140.1
2 parents 1087e11 + 52fef6f commit 326cd00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM node:18-alpine AS build
22
ARG GITHUB_USERNAME_TOKEN
33
WORKDIR /build-website
4-
ADD https://github.com/gohugoio/hugo/releases/download/v0.139.3/hugo_0.139.3_Linux-64bit.tar.gz hugo.tar.gz
5-
RUN echo "fcf9265c4d72f713a07c73b7fcf32f4aa31a1d9cf13444e6d22ae1926d527652 hugo.tar.gz" | sha256sum -c
4+
ADD https://github.com/gohugoio/hugo/releases/download/v0.140.1/hugo_0.140.1_Linux-64bit.tar.gz hugo.tar.gz
5+
RUN echo "d68866b94b7e134a46eab824631f6da8553f5bdbc8aaa0659d7100f68e34b103 hugo.tar.gz" | sha256sum -c
66
RUN tar -zxvf hugo.tar.gz
77
COPY package-lock.json package.json ./
88
RUN npm ci

0 commit comments

Comments
 (0)