From de9b2bba0e9eed68beb44353d87e53e19ebb5901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 13:06:33 +0000 Subject: [PATCH] Bump nextcloud/imaginary in /Containers/imaginary Bumps nextcloud/imaginary from 20230201 to 20230301. --- 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 b56870f9..15c610f7 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:20230201 +FROM nextcloud/imaginary:20230301 USER root RUN set -ex; \