From ece09c2f4173c7ba4b196cc55021bf55fcf94923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 12:41:48 +0000 Subject: [PATCH] Bump php in /Containers/nextcloud Bumps php from 8.0.23-fpm-alpine3.16 to 8.0.24-fpm-alpine3.16. --- updated-dependencies: - dependency-name: php dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Containers/nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index 332444cf..3692b044 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -1,5 +1,5 @@ # From https://github.com/nextcloud/docker/blob/master/23/fpm-alpine/Dockerfile -FROM php:8.0.23-fpm-alpine3.16 +FROM php:8.0.24-fpm-alpine3.16 # Custom: change id of www-data user as it needs to be the same like on old installations RUN set -ex; \