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 0943742 commit b20733d
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 @@ -59,8 +59,8 @@ PHP_TAG=8.3-dev-4.58.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

### --- VALKEY ---

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The WordPress 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] | 2.4 | [wodby/apache] || |
| [WordPress] | 6 | [wodby/wordpress] |||
| [PHP] | 8.3, 8.2, 8.1 | [wodby/wordpress-php] || |
Expand Down
2 changes: 1 addition & 1 deletion tests/.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DB_ROOT_PASSWORD=password
DB_HOST=mariadb

MARIADB_TAG=10.11-3.28.3
NGINX_TAG=1.25-5.35.1
NGINX_TAG=1.26-5.35.1
VALKEY_TAG=7-0.1.0
VARNISH_TAG=6.0-4.16.2

Expand Down

0 comments on commit b20733d

Please sign in to comment.