Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
stitts-dev committed May 24, 2024
1 parent 159b0c1 commit 460ca1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache git nodejs npm go wget
# Download and install Hugo (specify the version you want, e.g., 0.115.0)
RUN wget https://github.com/gohugoio/hugo/releases/download/v0.115.0/hugo_extended_0.115.0_Linux-64bit.tar.gz \
&& tar -xzvf hugo_extended_0.115.0_Linux-64bit.tar.gz \
&& mv hugo /usr/local/bin/ \
&& mv hugo /usr/local/bin/hugo \
&& rm hugo_extended_0.115.0_Linux-64bit.tar.gz

# Set the working directory
Expand Down

0 comments on commit 460ca1f

Please sign in to comment.