Skip to content

Commit

Permalink
Merge pull request #162 from cfengine/hugo-version-update-0.125.5
Browse files Browse the repository at this point in the history
Upgraded Hugo version to 0.125.5
  • Loading branch information
olehermanse authored May 6, 2024
2 parents 3971944 + 5db40e2 commit a459ce6
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.125.4/hugo_0.125.4_Linux-64bit.tar.gz hugo.tar.gz
RUN echo "00dc0674e458560dc7ee3310d1d4adb509208be867d9498d0055fd29e406e251 hugo.tar.gz" | sha256sum -c
ADD https://github.com/gohugoio/hugo/releases/download/v0.125.5/hugo_0.125.5_Linux-64bit.tar.gz hugo.tar.gz
RUN echo "94bb814bb6dc382095fd0f076d0f6d0d843beb2714d68041eea224b0789fd03d 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 a459ce6

Please sign in to comment.