From 728d927b1890d3d575266fa80fc6633e7796855d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 19:53:22 +0000 Subject: [PATCH] Bump library/php from 8.3-apache to 8.5-apache Bumps library/php from 8.3-apache to 8.5-apache. --- updated-dependencies: - dependency-name: library/php dependency-version: 8.5-apache dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 143c89e..8a491fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN git clone https://github.com/sbpp/sourcebans-pp.git && \ composer install --no-dev --no-interaction --no-progress --optimize-autoloader --ignore-platform-reqs --working-dir=sourcebans-pp/web/ # Build the actual image -FROM docker.io/library/php:8.3-apache +FROM docker.io/library/php:8.5-apache ENV INSTALL=false \ SET_OWNER_UID=33 \