2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2025-01-15 19:09:02 +01:00

Merge pull request #264 from ne20002/feat/revert-to-bullseye

Revert Debian to bullseye
This commit is contained in:
Michael Vogel 2024-09-03 05:15:36 +02:00 committed by GitHub
commit 59468684ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM php:%%PHP_VERSION%%-%%VARIANT%%-bookworm
FROM php:%%PHP_VERSION%%-%%VARIANT%%-bullseye
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \