Skip to content

Commit 9f485c2

Browse files
authored
Merge pull request #234 from cfengine/hugo-version-update-0.154.4
Upgraded Hugo version to 0.154.4
2 parents f81876b + 719e168 commit 9f485c2

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.154.2/hugo_0.154.2_Linux-64bit.tar.gz hugo.tar.gz
5-
RUN echo "6473b8fe2ff0a5b13af217eb780f3a03aa34d43ba4506314c6156f11074a418d hugo.tar.gz" | sha256sum -c
4+
ADD https://github.com/gohugoio/hugo/releases/download/v0.154.4/hugo_0.154.4_Linux-64bit.tar.gz hugo.tar.gz
5+
RUN echo "5e89a251fdd60b53ae11774650678fbc29547b1088a50289da2cd459d04aee00 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)