mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
deps: update hugo to v0.134.3
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ RUN npm install
|
||||
|
||||
# hugo downloads and extracts the Hugo binary
|
||||
FROM base AS hugo
|
||||
ARG HUGO_VERSION=0.132.0
|
||||
ARG HUGO_VERSION=0.134.3
|
||||
ARG TARGETARCH
|
||||
WORKDIR /tmp/hugo
|
||||
RUN wget -O "hugo.tar.gz" "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-${TARGETARCH}.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user