From 72ba36850584d38943b1d32ed0e327a1b64e886a Mon Sep 17 00:00:00 2001 From: puneet Agrawal Date: Fri, 10 Feb 2023 12:57:56 +0530 Subject: [PATCH 1/2] updated the php version --- Dockerfile | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ca6aaba1..1159771d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.3-alpine +FROM php:8.1.5-fpm-alpine RUN apk update && apk add git vim bash curl diff --git a/composer.json b/composer.json index fa84acc1..51b9476d 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "source": "https://github.com/plivo/plivo-php" }, "require": { - "php": ">=7.1.0", + "php": ">=8.1.0", "guzzlehttp/guzzle": "^6.3 || ^7.0", "firebase/php-jwt": ">=5.2" }, From 563238e3c52ac4a3995eb4a445943fd12795757b Mon Sep 17 00:00:00 2001 From: puneet Agrawal Date: Fri, 10 Feb 2023 13:08:56 +0530 Subject: [PATCH 2/2] updated the docker base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1159771d..1b41dc6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.1.5-fpm-alpine +FROM php:8.1.5-alpine RUN apk update && apk add git vim bash curl