Skip to content

Commit

Permalink
Update Dockerfile (bump Hugo to 0.139.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziip-dev committed Dec 3, 2024
1 parent 3e255a4 commit 2b5d9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use alpine Linux, download desired version of HUGO and build html files
FROM alpine:3.19.1 AS build
RUN apk add --no-cache wget=1.21.4-r0
ARG HUGO_VERSION="0.123.7"
ARG HUGO_VERSION="0.139.3"
ARG HUGO_ENV_ARG
WORKDIR /src
COPY ./ /src
Expand Down

0 comments on commit 2b5d9cd

Please sign in to comment.