Skip to content

Commit

Permalink
Merge pull request #179 from cfengine/hugo-version-update-0.134.0
Browse files Browse the repository at this point in the history
Upgraded Hugo version to 0.134.0
  • Loading branch information
olehermanse authored Sep 3, 2024
2 parents e8977b9 + 2ab6d0c commit d1b1bb0
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.133.1/hugo_0.133.1_Linux-64bit.tar.gz hugo.tar.gz
RUN echo "0be2ee6f7d5cd29fb7be98c871c9b32624fdcd5f6a12cd52df8584cb9a33e657 hugo.tar.gz" | sha256sum -c
ADD https://github.com/gohugoio/hugo/releases/download/v0.134.0/hugo_0.134.0_Linux-64bit.tar.gz hugo.tar.gz
RUN echo "cf5f0037614dd5bf1e7cc6ea73c5a18869f5cf78ef8c70c2ba7d28e243b3d309 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 d1b1bb0

Please sign in to comment.