From 9d305844bf560e87c6d2a8ee5b3002e88f4bfaed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 12:09:26 +0000 Subject: [PATCH] Bump nextcloud/imaginary in /Containers/imaginary Bumps nextcloud/imaginary from 20221101 to 20221201. --- 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 ab6d1a19..d1988090 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:20221101 +FROM nextcloud/imaginary:20221201 USER root RUN set -ex; \