1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-26 18:21:02 +00:00

Downgrade PHP to 7.4 on Docker

This commit is contained in:
Yassine Guedidi 2022-05-03 07:08:25 +02:00
parent d988065148
commit f1ed14b8f8

View file

@ -1,4 +1,4 @@
FROM php:8.0-fpm AS rootless
FROM php:7.4-fpm AS rootless
ARG DEBIAN_FRONTEND=noninteractive
ARG NODE_VERSION=14