diff --git a/Dockers/remote-php-container/Dockerfile b/Dockers/remote-php-container/Dockerfile index 90bccdc..aed9d14 100644 --- a/Dockers/remote-php-container/Dockerfile +++ b/Dockers/remote-php-container/Dockerfile @@ -1,5 +1,5 @@ # Use an official PHP runtime as a parent image -FROM php:8.1-fpm +FROM php:7.4-fpm # Set the working directory WORKDIR /workspace diff --git a/Dockers/remote-php-container/version b/Dockers/remote-php-container/version index 9f8e9b6..9904c66 100644 --- a/Dockers/remote-php-container/version +++ b/Dockers/remote-php-container/version @@ -1 +1 @@ -1.0 \ No newline at end of file +7.4 \ No newline at end of file