Update php:7.4.20-fpm-buster Docker digest to d490f8d #188

Merged
renovate-bot merged 1 commits from renovate/php-7.4.20-fpm-buster into master 2021-06-26 04:03:19 +00:00
Showing only changes of commit dfa5eddc0c - Show all commits

View File

@ -19,7 +19,7 @@ RUN set -ex; \
cd /tmp/flox/backend; \
composer --no-cache install;
FROM php:7.4.20-fpm-buster@sha256:dd9eae822e80907cbd312abd0c42e3d2c2be49d75b1d6c715260abcb65d98310
FROM php:7.4.20-fpm-buster@sha256:d490f8d73ef26171b7f5dc666ba0f8be7a68e519d46deb8f5e9c47fb325023c3
COPY --from=composer /tmp/flox /usr/share/flox
COPY --from=supercronic /go/bin/supercronic /usr/local/bin/supercronic