1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Updated minimum php version from 7.3 to 7.4

Closes #3152
This commit is contained in:
Dan Brown
2022-02-04 13:26:39 +00:00
parent 9d15688a43
commit e33b587b87
6 changed files with 205 additions and 204 deletions

View File

@ -1,4 +1,4 @@
FROM php:7.4-apache
FROM php:8.1-apache
ENV APACHE_DOCUMENT_ROOT /app/public
WORKDIR /app