From b9f24247d3d73249e4f8cef94f0a6bef6504c646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 04:07:14 +0000 Subject: [PATCH] build(deps): bump nextcloud/nextcloud-appapi-harp in /Containers/harp Bumps nextcloud/nextcloud-appapi-harp from v0.4.3 to v0.4.4. --- updated-dependencies: - dependency-name: nextcloud/nextcloud-appapi-harp dependency-version: v0.4.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Containers/harp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/harp/Dockerfile b/Containers/harp/Dockerfile index 0a931846..a7440527 100644 --- a/Containers/harp/Dockerfile +++ b/Containers/harp/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:latest -FROM ghcr.io/nextcloud/nextcloud-appapi-harp:v0.4.3 +FROM ghcr.io/nextcloud/nextcloud-appapi-harp:v0.4.4 # USER root is probably used