Skip to content
Open
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/Dockerfile.multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# renovate: datasource=github-releases depName=owncloud-ci/retry
ENV RETRY_VERSION="${RETRY_VERSION:-v2.0.0}"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="${PNPM_VERSION:-10.11.0}"
ENV PNPM_VERSION="${PNPM_VERSION:-10.34.3}"

Check warning on line 17 in v22/Dockerfile.multiarch

View workflow job for this annotation

GitHub Actions / build (22)

Variables should be defined before their use

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

VOLUME ["/var/www/owncloud"]

Expand Down
2 changes: 1 addition & 1 deletion v24/Dockerfile.multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# renovate: datasource=github-releases depName=owncloud-ci/retry
ENV RETRY_VERSION="${RETRY_VERSION:-v2.0.0}"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="${PNPM_VERSION:-10.20.0}"
ENV PNPM_VERSION="${PNPM_VERSION:-10.34.3}"

Check warning on line 17 in v24/Dockerfile.multiarch

View workflow job for this annotation

GitHub Actions / build (24)

Variables should be defined before their use

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

VOLUME ["/var/www/owncloud"]

Expand Down
Loading