1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-29 04:40:19 +02:00

[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

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