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"]