Skip to content

Commit

Permalink
Update da versão do nginx, php, node e npm
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioanerao committed May 11, 2023
1 parent f18d05e commit 6c2d9bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand All @@ -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
COPY config_cntr/default.conf /etc/nginx/conf.d
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6c2d9bf

Please sign in to comment.