mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-25 10:31:05 +00:00
Downgrade PHP to 7.4 on Docker
This commit is contained in:
parent
d988065148
commit
f1ed14b8f8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue