Skip to content

Commit

Permalink
Merge pull request #9 from hostwithquantum/updatecli_c3f260af5eb5e470…
Browse files Browse the repository at this point in the history
…291435750165b81eaf56e3e630d389a485122238aba7ac7b

Update Hugo version to 0.121.0
  • Loading branch information
till authored Dec 6, 2023
2 parents 6cb2d87 + 1478533 commit d09d1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.21.4 AS build

ARG HUGO_VERSION=0.120.4
ARG HUGO_VERSION=0.121.0

ADD https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb /tmp/hugo.deb
RUN apt install -y /tmp/hugo.deb
Expand Down

0 comments on commit d09d1f5

Please sign in to comment.