diff --git a/Dockerfile b/Dockerfile index fa629ee..6788887 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.0.-fpm-buster +FROM php:8.0.6-fpm-buster # Install prerequisites RUN apt-get update && apt-get -y install wget git npm curl zip