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
@@ -1,4 +1,4 @@
FROM owncloud/ubuntu:22.04@sha256:872b791ab2d46d2ea6c8f3f52889fdd6846ff91c560379ec4ebd2985f56db9cc
FROM owncloud/ubuntu:22.04@sha256:4fc66c25a41dc4ca79163437832e05653e5753184e496bec35d678e8259980a6

LABEL maintainer="ownCloud GmbH <devops@owncloud.com>" \
org.opencontainers.image.title="ownCloud CI NodeJS" \
Expand All @@ -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}"

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
@@ -1,4 +1,4 @@
FROM owncloud/ubuntu:22.04@sha256:872b791ab2d46d2ea6c8f3f52889fdd6846ff91c560379ec4ebd2985f56db9cc
FROM owncloud/ubuntu:22.04@sha256:4fc66c25a41dc4ca79163437832e05653e5753184e496bec35d678e8259980a6

LABEL maintainer="ownCloud GmbH <devops@owncloud.com>" \
org.opencontainers.image.title="ownCloud CI NodeJS" \
Expand All @@ -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}"

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