Skip to content

Upgraded Hugo version to 0.147.9 #219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 1, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.147.8/hugo_0.147.8_Linux-64bit.tar.gz hugo.tar.gz
RUN echo "df3b6f9d62c49c15b0d4760fb4d2b8b30d49b32e0d20aa8a1e7382f51aa0ff13 hugo.tar.gz" | sha256sum -c
ADD https://github.com/gohugoio/hugo/releases/download/v0.147.9/hugo_0.147.9_Linux-64bit.tar.gz hugo.tar.gz
RUN echo "96d367bc839b170cfc34470e41844594f4b7846a39e87850b2cb1f8c81b0d11b hugo.tar.gz" | sha256sum -c
RUN tar -zxvf hugo.tar.gz
COPY package-lock.json package.json ./
RUN npm ci
Expand Down