Update php Docker tag to v8 #135

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

View File

@ -19,7 +19,7 @@ RUN set -ex; \
cd /tmp/flox/backend; \ cd /tmp/flox/backend; \
composer --no-cache install; composer --no-cache install;
FROM php:7.4.16-fpm-buster@sha256:67d3dba316f44f4092400871cb909f7c3eff454811b8d7064f93a1bf5fa82e47 FROM php:8.0.3-fpm-buster@sha256:01737fc2c58dded88f12a089291e9d862a94fcf0511ffbc426b379fdbd8d2643
COPY --from=composer /tmp/flox /usr/share/flox COPY --from=composer /tmp/flox /usr/share/flox
COPY --from=supercronic /go/bin/supercronic /usr/local/bin/supercronic COPY --from=supercronic /go/bin/supercronic /usr/local/bin/supercronic