From 664305f2a05c7596a81a19763f02ce78bcd9b1a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 15:02:30 +0000 Subject: [PATCH] Bump php from 8.0.12-apache to 8.0.13-apache Bumps php from 8.0.12-apache to 8.0.13-apache. --- updated-dependencies: - dependency-name: php dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7bf9894..7971191 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.0.12-apache +FROM php:8.0.13-apache COPY php.ini "$PHP_INI_DIR/php.ini" COPY apache2.conf /etc/apache2 COPY openssl.cnf /etc/ssl/openssl.cnf