From 36acef28c5dd9cd3bbf45b579c47bf26e1a4d0e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:24:59 +0000 Subject: [PATCH] Bump php from 8.2.20-apache to 8.3.9-apache Bumps php from 8.2.20-apache to 8.3.9-apache. --- updated-dependencies: - dependency-name: php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 306ec0c..a87c829 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2.20-apache +FROM php:8.3.9-apache COPY php.ini "$PHP_INI_DIR/php.ini" COPY apache2.conf /etc/apache2 COPY openssl.cnf /etc/ssl/openssl.cnf