Revert "build(docker): update PHP to 8.0"

This reverts commit ce57c55bbf.
This commit is contained in:
Oliver Davies 2021-12-04 21:26:30 +00:00
parent f1cf2090a4
commit c135dd5d2a

View file

@ -16,7 +16,7 @@ COPY --from=assets-build /app/web/themes/custom/opdavies/build build
###
FROM php:8.0-fpm-buster AS base
FROM php:7.4-fpm-buster AS base
RUN apt-get update -yqq && \
apt-get install -yqq --no-install-recommends \