1
0
mirror of https://github.com/danbee/danbarber.me.hugo.git synced 2025-03-04 08:59:18 +00:00

Update Hugo version

This commit is contained in:
Daniel Barber 2023-07-09 13:33:25 -05:00
parent 7556af21fe
commit bedeaf7786
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
hugo 0.99.1
hugo extended_0.115.2

View File

@ -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 . ./

View File

@ -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