Skip to content

Commit

Permalink
Update nginx versions
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed May 25, 2023
1 parent ee78e2f commit 26e1d13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ PHP_TAG=8.2-dev-4.37.1

### --- NGINX ----

NGINX_TAG=1.23-5.32.0
#NGINX_TAG=1.22-5.32.0
#NGINX_TAG=1.21-5.32.0
NGINX_TAG=1.25-5.32.0
#NGINX_TAG=1.24-5.32.0
#NGINX_TAG=1.23-5.32.0

### --- NODE ---

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

| Container | Versions | Image | ARM64 support | Enabled by default |
|-----------------|--------------------|------------------------------------|---------------|--------------------|
| [Nginx] | 1.23, 1.22, 1.21 | [wodby/nginx] |||
| [Nginx] | 1.25, 1.24, 1.23 | [wodby/nginx] |||
| [Apache] | 2.4 | [wodby/apache] || |
| [PHP] | 8.2, 8.1, 8.0 | [wodby/php] |||
| Crond | | [wodby/php] || |
Expand Down
2 changes: 1 addition & 1 deletion tests/.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ DB_HOST=mariadb
DB_DRIVER=mysql

MARIADB_TAG=10.9-3.25.1
NGINX_TAG=1.23-5.32.0
NGINX_TAG=1.25-5.32.0

PHP_STABILITY_TAG=4.37.1

0 comments on commit 26e1d13

Please sign in to comment.