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
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# syntax=docker/dockerfile-upstream:master
2
+
# check=skip=InvalidBaseImagePlatform
2
3
3
4
# ALPINE_VERSION sets the Alpine Linux version for all Alpine stages
4
5
ARG ALPINE_VERSION=3.20
@@ -20,7 +21,7 @@ RUN npm install
20
21
21
22
# hugo downloads and extracts the Hugo binary
22
23
FROM base AS hugo
23
-
ARG HUGO_VERSION=0.127.0
24
+
ARG HUGO_VERSION=0.132.0
24
25
ARG TARGETARCH
25
26
WORKDIR /tmp/hugo
26
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"
@@ -44,7 +45,7 @@ ARG DOCS_URL
44
45
RUN hugo --gc --minify -d /out -e $HUGO_ENV -b $DOCS_URL
0 commit comments