Update dependency php to v8 #391

Closed
renovate-bot wants to merge 1 commits from renovate/php-8.x into master
Showing only changes of commit ee666190e5 - Show all commits

View File

@ -19,7 +19,7 @@ RUN set -ex; \
cd /tmp/flox/backend; \
composer --no-cache install;
FROM php:7.4.27-fpm-bullseye@sha256:89f487558afd63a5d73676e0bad86d030dcd2d3a3ab176f7a6c5af3650522ab7
FROM php:8.1.2-fpm-bullseye@sha256:61c90e54f0d801a351c30679cb47215c10fe5f5941bb40169daafaedcbb972cf
COPY --from=composer /tmp/flox /usr/share/flox
COPY --from=supercronic /go/bin/supercronic /usr/local/bin/supercronic