Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: owncloud-ci/hugo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0ad09e37763b650f59f92958e16baf053c64d66c
Choose a base ref
..
head repository: owncloud-ci/hugo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 243c8168ddc1842572168d148a2434e28305757e
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 latest/Dockerfile.amd64
2 changes: 1 addition & 1 deletion latest/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/owncloud-ci/hug
ARG BUILD_VERSION

# renovate: datasource=github-releases depName=gohugoio/hugo
ENV HUGO_VERSION="${BUILD_VERSION:-v0.143.1}"
ENV HUGO_VERSION="${BUILD_VERSION:-v0.144.0}"

RUN apk --update add --virtual .build-deps curl && \
HUGO_VERSION="${HUGO_VERSION##v}" && \