Skip to content

Commit

Permalink
Merge pull request #166 from cfengine/hugo-version-update-0.127.0
Browse files Browse the repository at this point in the history
Upgraded Hugo version to 0.127.0
  • Loading branch information
aleksandrychev authored Jun 11, 2024
2 parents c8f3db7 + 37a5198 commit b561710
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.126.2/hugo_0.126.2_Linux-64bit.tar.gz hugo.tar.gz
RUN echo "5b48b23ad9738a4bdd8d28dd09d5e78b5c09edfd815d02a9608e9eea53b7762e hugo.tar.gz" | sha256sum -c
ADD https://github.com/gohugoio/hugo/releases/download/v0.127.0/hugo_0.127.0_Linux-64bit.tar.gz hugo.tar.gz
RUN echo "3cf961de9831c0f2ac0e67eabc83251916ae8729292fa85ffa140e59bcbea8c0 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 b561710

Please sign in to comment.