Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion v22.04/Dockerfile.multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
ENV TERM=xterm

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v5.0.0}"
ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v5.1.0}"

Check warning on line 18 in v22.04/Dockerfile.multiarch

View workflow job for this annotation

GitHub Actions / build (22.04) / build

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$GOMPLATE_VERSION' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
# renovate: datasource=github-releases depName=owncloud-ci/wait-for
ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v2.0.9}"

Check warning on line 20 in v22.04/Dockerfile.multiarch

View workflow job for this annotation

GitHub Actions / build (22.04) / build

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$WAIT_FOR_VERSION' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
# renovate: datasource=github-releases depName=owncloud-ci/retry
ENV RETRY_VERSION="${RETRY_VERSION:-v2.0.0}"

Check warning on line 22 in v22.04/Dockerfile.multiarch

View workflow job for this annotation

GitHub Actions / build (22.04) / build

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$RETRY_VERSION' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

RUN apt-get update -y && \
apt-get install --no-install-recommends -y \
Expand Down
2 changes: 1 addition & 1 deletion v24.04/Dockerfile.multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
ENV TERM=xterm

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v5.0.0}"
ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v5.1.0}"

Check warning on line 18 in v24.04/Dockerfile.multiarch

View workflow job for this annotation

GitHub Actions / build (24.04) / build

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$GOMPLATE_VERSION' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
# renovate: datasource=github-releases depName=owncloud-ci/wait-for
ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v2.0.9}"

Check warning on line 20 in v24.04/Dockerfile.multiarch

View workflow job for this annotation

GitHub Actions / build (24.04) / build

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$WAIT_FOR_VERSION' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
# renovate: datasource=github-releases depName=owncloud-ci/retry
ENV RETRY_VERSION="${RETRY_VERSION:-v2.0.0}"

Check warning on line 22 in v24.04/Dockerfile.multiarch

View workflow job for this annotation

GitHub Actions / build (24.04) / build

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$RETRY_VERSION' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

RUN apt-get update -y && \
apt-get install --no-install-recommends -y \
Expand Down