From 3cde07db10c086a25da08d371e1ee84207ca01d5 Mon Sep 17 00:00:00 2001 From: Bockiii Date: Sat, 12 Feb 2022 05:27:01 +0100 Subject: [PATCH] [Dockerfile] Rebase on php:7-apache-buster (#2446) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 88be787e..cb2f2d59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7-apache +FROM php:7-apache-buster 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"