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 5121458 + e8f5e17 commit 410d695Copy full SHA for 410d695
.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