From 17fcc72b09c2267b771dae298d627d12fb1de982 Mon Sep 17 00:00:00 2001 From: Dag Date: Mon, 13 Feb 2023 22:21:07 +0100 Subject: [PATCH] chore: upgrade to php 8 in the Dockerfile, fix #3191 (#3256) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 892a4a65..8157dc12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"