[Dockerfile] Rebase on php:7-apache-buster (#2446)

This commit is contained in:
Bockiii 2022-02-12 05:27:01 +01:00 committed by GitHub
parent 8723647513
commit 3cde07db10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 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" LABEL repository="https://github.com/RSS-Bridge/rss-bridge"