Skip to content

Commit

Permalink
Add nginx 1.26, drop 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed May 20, 2024
1 parent 52d7ecb commit 6389d2f
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.25-5.35.1
#NGINX_TAG=1.24-5.35.1
NGINX_TAG=1.26-5.35.1
#NGINX_TAG=1.25-5.35.1

### --- 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.25, 1.24 | [wodby/nginx] |||
| [Nginx] | 1.26, 1.25 | [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.25-5.35.1
NGINX_TAG=1.26-5.35.1

PHP_STABILITY_TAG=0.5.0

0 comments on commit 6389d2f

Please sign in to comment.