From 319e012f0d2e02d372494eaa5ead1b11e0bb26b4 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 29 Sep 2023 10:10:32 +0200 Subject: [PATCH] chore: Upgrade HUGO version --- .drone.yml | 2 +- Containerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f0dea8a..ef655bf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: diff --git a/Containerfile b/Containerfile index f0f44dd..7173409 100644 --- a/Containerfile +++ b/Containerfile @@ -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"]