Skip to content

Commit

Permalink
Merge pull request #145 from olehermanse/featured
Browse files Browse the repository at this point in the history
Updated hugo from 0.112.6 to 0.123.6
  • Loading branch information
olehermanse authored Feb 29, 2024
2 parents 679df8a + dbbf23c commit 1fc181f
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.112.6/hugo_0.112.6_Linux-64bit.tar.gz hugo.tar.gz
RUN echo "623846db72d4c932a3b3ebc2914e993db3f1eee79da92cd5cbb39ddf3b22f871 hugo.tar.gz" | sha256sum -c
ADD https://github.com/gohugoio/hugo/releases/download/v0.123.6/hugo_0.123.6_Linux-64bit.tar.gz hugo.tar.gz
RUN echo "be3a20ea1f585e2dc71bc9def2e505521ac2f5296a72eff3044dbff82bd0075e 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 1fc181f

Please sign in to comment.