build(docker): update PHP to 8.0

This commit is contained in:
Oliver Davies 2021-11-27 17:36:30 +00:00
parent 257cbfceed
commit ce57c55bbf

View file

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