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
@@ -13,7 +13,7 @@ ENV NODE_ENV=production
13
13
RUN npm install
14
14
15
15
FROM base AS hugo
16
-
ARG HUGO_VERSION=0.122.0
16
+
ARG HUGO_VERSION=0.124.1
17
17
ARG TARGETARCH
18
18
WORKDIR /tmp/hugo
19
19
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