mirror of https://github.com/fluxcd/website.git
hugo 0.122.0 is already using go v1.21
I don't think upgrading this go version will harm anything, it's a module / dependency issue in the docsy module or something that has made a backwards incompatible change somewhere (in v0.7.0) https://github.com/google/docsy/releases/tag/v0.7.0 Nb: says here "IMPORTANT - BREAKING CHANGES" Signed-off-by: Kingdon Barrett <kingdon+github@tuesdaystudios.com>
This commit is contained in:
parent
caf2c61b0b
commit
b74e6a07f8
|
@ -1,6 +1,6 @@
|
|||
ARG HUGO_VERSION
|
||||
FROM fluxcd/website:hugo-${HUGO_VERSION}-extended
|
||||
COPY --from=golang:1.19-alpine /usr/local/go/ /usr/local/go/
|
||||
COPY --from=golang:1.21-alpine /usr/local/go/ /usr/local/go/
|
||||
|
||||
ENV PATH="/usr/local/go/bin:${PATH}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue