chore: Upgrade HUGO version

This commit is contained in:
Nikolai Rodionov 2023-09-29 10:10:32 +02:00 committed by Nikolai Rodionov
parent 0bfc9c42a4
commit 319e012f0d
Signed by: allanger
GPG Key ID: 19DB54039EBF8F10
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ steps:
- git checkout $DRONE_BRANCH
- git submodule update --init --recursive
- name: Test a build
image: git.badhouseplants.net/badhouseplants/hugo-builder
image: git.badhouseplants.net/badhouseplants/hugo-container
depends_on:
- clone
commands:

View File

@ -1,4 +1,4 @@
FROM git.badhouseplants.net/badhouseplants/hugo-container:bad3393cdb76043a255347641d4157f1fae2b813
FROM git.badhouseplants.net/badhouseplants/hugo-container:df0ab0c6f98e1921f451eb444aa5e7cb03d1f27b
WORKDIR /src
COPY ./src /src
ENTRYPOINT ["hugo"]