Add dockhand.update: false to the Dockerfiles

Signed-off-by: Ivan Mihov <ivan@mihov.me>
This commit is contained in:
Ivan Mihov
2026-05-21 23:06:56 -07:00
committed by Simon L.
parent 21649225d0
commit d2d59eb207
19 changed files with 21 additions and 2 deletions

View File

@@ -107,6 +107,7 @@ LABEL org.opencontainers.image.title="Nextcloud All-in-One Mastercontainer" \
org.opencontainers.image.vendor="Nextcloud" \
org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md" \
wud.watch="false" \
dockhand.update="false" \
com.docker.compose.project="nextcloud-aio"
# hadolint ignore=DL3002