2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2025-03-13 02:48:56 +01:00

Runs update.sh

This commit is contained in:
GitHub Workflow 2024-09-03 03:15:53 +00:00
parent 59468684ec
commit c6a6c0684a
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
FROM php:8.2-apache-bookworm
FROM php:8.2-apache-bullseye
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \

View file

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
FROM php:8.2-fpm-bookworm
FROM php:8.2-fpm-bullseye
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \

View file

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
FROM php:8.2-apache-bookworm
FROM php:8.2-apache-bullseye
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \

View file

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
FROM php:8.2-fpm-bookworm
FROM php:8.2-fpm-bullseye
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \