From 92a44bf996c256ca723f4ad19d3d5a3bca48caec Mon Sep 17 00:00:00 2001 From: Bram Date: Tue, 7 Apr 2026 11:26:38 +0200 Subject: [PATCH] 7.4 php --- Dockers/remote-php-container/Dockerfile | 2 +- Dockers/remote-php-container/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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