diff --git a/Dockerfile b/Dockerfile index c638170..8a68283 100755 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ RUN echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | tee /etc curl -s https://deb.nodesource.com/setup_16.x | bash && \ apt-get update && \ apt install nodejs -y && \ - npm install -g npm + npm install -g npm@9.6.6 RUN curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && \ curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list > /etc/apt/sources.list.d/mssql-release.list && \ @@ -89,4 +89,4 @@ RUN curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && \ COPY config_cntr/php.ini /etc/php/8.2/fpm/php.ini COPY config_cntr/www.conf /etc/php/8.2/fpm/pool.d/www.conf COPY config_cntr/nginx.conf /etc/nginx -COPY config_cntr/default.conf /etc/nginx/conf.d \ No newline at end of file +COPY config_cntr/default.conf /etc/nginx/conf.d diff --git a/README.md b/README.md index 928f6e5..af32e59 100755 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ ### Docker Image for Laravel Projects #### Nginx Version - 1.23.3 + 1.23.4 #### PHP Version - 8.2.4 + 8.2.5 #### NODE Version - 16.19.1 + 16.20.0 ### NPM Version - 9.6.3 + 9.6.6 #### PHP Extensions php8.2-fpm