From 46d26e204bc5548ac27e06f155d7c03331cc08ce Mon Sep 17 00:00:00 2001 From: franknstayn Date: Sun, 27 Aug 2023 19:37:42 +0800 Subject: [PATCH] updated --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b0cfa7e..4582ea3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official PHP image based on Alpine Linux -FROM php:7.4-fpm-alpine +FROM php:5.6-fpm-alpine # Install system dependencies and PHP extensions RUN apk --update --no-cache add \