Skip to content

Commit

Permalink
Merge pull request #165 from cfengine/hugo-version-update-0.126.2
Browse files Browse the repository at this point in the history
Upgraded Hugo version to 0.126.2
  • Loading branch information
aleksandrychev authored Jun 3, 2024
2 parents d8c4363 + 5cc1e18 commit c8f3db7
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.1/hugo_0.126.1_Linux-64bit.tar.gz hugo.tar.gz
RUN echo "48d85fdfa6ac70831bd3207e328a6b274c55f76e40f9e7486380c3d72062469e hugo.tar.gz" | sha256sum -c
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
RUN tar -zxvf hugo.tar.gz
COPY package-lock.json package.json ./
RUN npm ci
Expand Down

0 comments on commit c8f3db7

Please sign in to comment.