Skip to content

Commit

Permalink
Update nginx versions
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Jun 3, 2024
1 parent 9aadb72 commit 0842d93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ PHP_TAG=8.3-dev-0.14.2

### --- NGINX ----

NGINX_TAG=1.26-5.37.0
#NGINX_TAG=1.25-5.37.0
NGINX_TAG=1.27-5.37.0
#NGINX_TAG=1.26-5.37.0

### --- NODE ---

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The Laravel stack consist of the following containers:

| Container | Versions | Image | ARM64 support | Enabled by default |
|-----------------|-----------------------------|------------------------------------|---------------|--------------------|
| [Nginx] | 1.26, 1.25 | [wodby/nginx] |||
| [Nginx] | 1.27, 1.26 | [wodby/nginx] |||
| [Apache HTTPD] | 2.4 | [wodby/apache] || |
| [PHP] | 8.3, 8.2, 8.1 | [wodby/laravel-php] |||
| Queue | | [wodby/laravel-php] || |
Expand Down
2 changes: 1 addition & 1 deletion tests/.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ DB_DRIVER=mysql
APP_KEY=laravel

MARIADB_TAG=11.0-3.28.3
NGINX_TAG=1.26-5.37.0
NGINX_TAG=1.27-5.37.0

PHP_STABILITY_TAG=0.5.0

0 comments on commit 0842d93

Please sign in to comment.