From 8af201f259016911194743ff293c2a56343a7089 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 01:45:36 +0000 Subject: [PATCH] chore(deps): update php docker tag to v8.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 177b909..aedab45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN set -x; \ && tar xvf bookstack.tar.gz -C /bookstack --strip-components=1 \ && rm bookstack.tar.gz -FROM php:8.4-apache-bookworm AS final +FROM php:8.5-apache-bookworm AS final RUN set -x; \ apt-get update \ && apt-get install -y --no-install-recommends \