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: bf06873be0d78d5c86918ebb979ce44ce42268b3
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: 597b25d00768b6804d540543cba0f0cf8d40bf8b
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.144.2}"
ENV HUGO_VERSION="${BUILD_VERSION:-v0.145.0}"

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