Revert "build(docker): update PHP to 8.0"
This reverts commit ce57c55bbf
.
This commit is contained in:
parent
f1cf2090a4
commit
c135dd5d2a
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue