From dd6c33e50f78a8f925a249d54efef0762cce8c33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 02:40:26 +0000 Subject: [PATCH] Bump php from 8.2-apache to 8.3-apache Bumps php from 8.2-apache to 8.3-apache. --- updated-dependencies: - dependency-name: php 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 c70683f..aa65956 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ############################################################################################### # theflashback - BASE ############################################################################################### -FROM php:8.2-apache as theflashback-base +FROM php:8.3-apache as theflashback-base WORKDIR /usr/share/nginx/html