From 9efc9f237dad111b39b9665dde86ba51218f2cf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 08:56:25 +0000 Subject: [PATCH 1/2] Bump php from 8.0-fpm-alpine to 8.1.2-fpm-alpine Bumps php from 8.0-fpm-alpine to 8.1.2-fpm-alpine. --- 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 18ac35e..920107f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.0-fpm-alpine +FROM php:8.1.2-fpm-alpine ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="0" \ PHP_OPCACHE_MAX_ACCELERATED_FILES="10000" \ From 970623a8fd372c5c58b2103ed262efd61b03c9aa Mon Sep 17 00:00:00 2001 From: Kevin Buchholz Date: Thu, 10 Feb 2022 12:07:18 +0100 Subject: [PATCH 2/2] change constraint from 8.1.2 to 8.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 920107f..609cd7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.1.2-fpm-alpine +FROM php:8.1-fpm-alpine ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="0" \ PHP_OPCACHE_MAX_ACCELERATED_FILES="10000" \