Skip to content

Commit a851fd6

Browse files
Merge pull request #229 from cfengine/hugo-version-update-0.152.2
Upgraded Hugo version to 0.152.2
2 parents f320cd4 + 8190d0e commit a851fd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.151.2/hugo_0.151.2_Linux-64bit.tar.gz hugo.tar.gz
5-
RUN echo "834c65d0cc27b5f1da54031e6827642b874ad7d33b72e20fd4c64749e213d593 hugo.tar.gz" | sha256sum -c
4+
ADD https://github.com/gohugoio/hugo/releases/download/v0.152.2/hugo_0.152.2_Linux-64bit.tar.gz hugo.tar.gz
5+
RUN echo "52b6eda6c00f4449d96f0cbfd7300e834c26179c4fe68e0510ef566db52dba04 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)