From 53a19ed7efec379222e530933f085e2e96f0a03e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:51:58 +0200 Subject: [PATCH] Bump php from 8.1.16-apache to 8.2.4-apache (#92) Bumps php from 8.1.16-apache to 8.2.4-apache. --- updated-dependencies: - dependency-name: php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 61285cf..8fd784e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.1.17-apache +FROM php:8.2.4-apache COPY php.ini "$PHP_INI_DIR/php.ini" COPY apache2.conf /etc/apache2 COPY openssl.cnf /etc/ssl/openssl.cnf