Skip to content

Commit 019ae89

Browse files
authored
Merge pull request #12 from stuartleeks/fixup-hugo-install
fixup hugo install url
2 parents 1225036 + da5d660 commit 019ae89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ USER $USERNAME
3030
# && sudo apt install snapd
3131
# RUN sudo snap install hugo --channel=extended
3232

33-
RUN sudo wget https://github.com/gohugoio/hugo/releases/download/v0.147.2/hugo_extended_0.147.2_Linux-64bit.deb
34-
RUN sudo dpkg -i hugo_extended_0.147.2_Linux-64bit.deb
33+
RUN sudo wget https://github.com/gohugoio/hugo/releases/download/v0.147.2/hugo_extended_0.147.2_linux-amd64.deb
34+
RUN sudo dpkg -i hugo_extended_0.147.2_linux-amd64.deb
3535

3636
# ** [Optional] Uncomment this section to install additional packages. **
3737
#

0 commit comments

Comments
 (0)