We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fe1301 + 167bb91 commit 2761852Copy full SHA for 2761852
.devcontainer/Dockerfile
@@ -6,10 +6,10 @@ RUN apt-get update && \
6
apt-get -y install vim wget sudo git
7
8
RUN case ${TARGETPLATFORM} in \
9
- "linux/amd64") HUGO=hugo_0.111.2_linux-amd64 ;; \
10
- "linux/arm64") HUGO=hugo_0.111.2_linux-arm64 ;; \
+ "linux/amd64") HUGO=hugo_0.130.0_linux-amd64 ;; \
+ "linux/arm64") HUGO=hugo_0.130.0_linux-arm64 ;; \
11
esac \
12
- && HUGO_VER=v0.111.2 \
+ && HUGO_VER=v0.130.0 \
13
&& wget https://github.com/gohugoio/hugo/releases/download/${HUGO_VER}/${HUGO}.deb && apt-get -y install ./${HUGO}.deb
14
15
# User account
0 commit comments