From 968103ee45cd546ecfccb98103cee9fa162df704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 13:44:54 +0000 Subject: [PATCH] Bump nextcloud/imaginary in /Containers/imaginary Bumps nextcloud/imaginary from 20221003 to 20221101. --- updated-dependencies: - dependency-name: nextcloud/imaginary dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Containers/imaginary/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/imaginary/Dockerfile b/Containers/imaginary/Dockerfile index a3e7c94c..32a35a85 100644 --- a/Containers/imaginary/Dockerfile +++ b/Containers/imaginary/Dockerfile @@ -1,5 +1,5 @@ # From https://github.com/h2non/imaginary/blob/master/Dockerfile -FROM nextcloud/imaginary:20221003 +FROM nextcloud/imaginary:20221101 USER root RUN set -ex; \