You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ RUN npm install
21
21
22
22
# hugo downloads and extracts the Hugo binary
23
23
FROM base AS hugo
24
-
ARG HUGO_VERSION=0.127.0
24
+
ARG HUGO_VERSION=0.132.0
25
25
ARG TARGETARCH
26
26
WORKDIR /tmp/hugo
27
27
RUN wget -O "hugo.tar.gz""https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-${TARGETARCH}.tar.gz"
0 commit comments