Skip to content

Commit

Permalink
Merge pull request #176 from cfengine/hugo-version-update-0.133.0
Browse files Browse the repository at this point in the history
Upgraded Hugo version to 0.133.0
  • Loading branch information
aleksandrychev authored Aug 19, 2024
2 parents a6cc166 + a7b7e5f commit 4dde224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:18-alpine AS build
ARG GITHUB_USERNAME_TOKEN
WORKDIR /build-website
ADD https://github.com/gohugoio/hugo/releases/download/v0.131.0/hugo_0.131.0_Linux-64bit.tar.gz hugo.tar.gz
RUN echo "d8e48be075611d732995a3bdf9ecb37069e9fe41f9afba01c47c6e838458d8b8 hugo.tar.gz" | sha256sum -c
ADD https://github.com/gohugoio/hugo/releases/download/v0.133.0/hugo_0.133.0_Linux-64bit.tar.gz hugo.tar.gz
RUN echo "051add83c505941e129b4c33654dc6a0700fe71f74e7d8c2532c8bb394bb9583 hugo.tar.gz" | sha256sum -c
RUN tar -zxvf hugo.tar.gz
COPY package-lock.json package.json ./
RUN npm ci
Expand Down

0 comments on commit 4dde224

Please sign in to comment.