From 4040a81d17b8045d35ea6f338772bd819afce46a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 22:21:24 +0000 Subject: [PATCH] Update php Docker tag to v8.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4e750c27..62939a49 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.1-apache-buster as final +FROM php:8.2-apache-buster as final RUN set -x; \ apt-get update \ && apt-get install -y --no-install-recommends \