Skip to content

Commit 719e168

Browse files
Upgraded Hugo version to 0.154.4
1 parent f81876b commit 719e168

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.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)