Skip to content

Commit

Permalink
Merge pull request #189 from cfengine/hugo-version-update-0.138.0
Browse files Browse the repository at this point in the history
Upgraded Hugo version to 0.138.0
  • Loading branch information
aleksandrychev authored Nov 11, 2024
2 parents 992579e + 2953308 commit c50d2a5
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.136.5/hugo_0.136.5_Linux-64bit.tar.gz hugo.tar.gz
RUN echo "2f1b2157fcc9bc4de8733f5cff0b99b7fe13c088fd1001af7e6952eace93553b hugo.tar.gz" | sha256sum -c
ADD https://github.com/gohugoio/hugo/releases/download/v0.138.0/hugo_0.138.0_Linux-64bit.tar.gz hugo.tar.gz
RUN echo "a4f5a40f24e482d812094054c0a66cc77558974d8cc9c89d7c96db72ca22beb6 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 c50d2a5

Please sign in to comment.