We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfc7de3 + c29d1cc commit 0d5c734Copy full SHA for 0d5c734
1 file changed
Dockerfile
@@ -1,8 +1,8 @@
1
FROM node:18-alpine AS build
2
ARG GITHUB_USERNAME_TOKEN
3
WORKDIR /build-website
4
-ADD https://github.com/gohugoio/hugo/releases/download/v0.154.5/hugo_0.154.5_Linux-64bit.tar.gz hugo.tar.gz
5
-RUN echo "99b2f2f3db3e65bbbdb5840bc5158e271975b17d152904bb750ebae3c2a2aecc hugo.tar.gz" | sha256sum -c
+ADD https://github.com/gohugoio/hugo/releases/download/v0.155.1/hugo_0.155.1_Linux-64bit.tar.gz hugo.tar.gz
+RUN echo "6056ac054f7a159c8c95c8d5cf4f5ee255f27c3aada9b302bc3197d94305d8a7 hugo.tar.gz" | sha256sum -c
6
RUN tar -zxvf hugo.tar.gz
7
COPY package-lock.json package.json ./
8
RUN npm ci
0 commit comments