1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-13 17:34:04 +02:00

Set local dev environment to the minimum required PHP version

This commit is contained in:
Oliver Vogel
2023-12-09 20:19:42 +01:00
parent f17fe7bb54
commit 6f6631edd8

View File

@@ -1,4 +1,4 @@
FROM php:8-cli
FROM php:8.1-cli
RUN apt update \
&& apt install -y \