This commit is contained in:
franknstayn
2023-08-27 19:37:42 +08:00
parent 10bcec7e1a
commit 46d26e204b

View File

@@ -1,5 +1,5 @@
# Use the official PHP image based on Alpine Linux # 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 # Install system dependencies and PHP extensions
RUN apk --update --no-cache add \ RUN apk --update --no-cache add \