diff --git a/Dockerfile b/Dockerfile index aad14a4..d8a7df8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.4-cli +FROM php:8.1-cli RUN apt-get update && \ apt-get -y --no-install-recommends install libxml2-utils && \