chore: upgrade to php 8 in the Dockerfile, fix #3191 (#3256)

This commit is contained in:
Dag 2023-02-13 22:21:07 +01:00 committed by GitHub
parent 67f72bfa5d
commit 17fcc72b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
FROM lwthiker/curl-impersonate:0.5-ff-slim-buster AS curlimpersonate
FROM php:7.4.29-fpm AS rssbridge
FROM php:8.0.27-fpm-buster AS rssbridge
LABEL description="RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one."
LABEL repository="https://github.com/RSS-Bridge/rss-bridge"