diff --git a/.tool-versions b/.tool-versions index e712ca08..1e90bec7 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -hugo 0.99.1 +hugo extended_0.115.2 diff --git a/Dockerfile b/Dockerfile index 0923ba2f..afc59bbc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16.1 -RUN apk add --no-cache bash hugo=0.99.1-r2 +FROM alpine:3.18.2 +RUN apk add --no-cache bash hugo=0.115.2-r0 WORKDIR /app COPY . ./ diff --git a/bin/server b/bin/server index 474fd5a8..4452e8d2 100755 --- a/bin/server +++ b/bin/server @@ -1,3 +1,3 @@ #!/usr/bin/env sh -hugo server --buildDrafts --bind="0.0.0.0" -v --baseUrl="http://danbarber.localhost:1313/" +hugo server --buildDrafts --bind="0.0.0.0" -v