build(docker): update PHP to 8.0
This commit is contained in:
parent
257cbfceed
commit
ce57c55bbf
|
@ -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 \
|
RUN apt update -yqq && apt install -yqq \
|
||||||
libpng-dev \
|
libpng-dev \
|
||||||
|
|
Loading…
Reference in a new issue