Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Jul 11, 2022
1 parent b6ede24 commit 64330ec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ PYTHON_TAG=3.10-dev-0.16.1

### --- NGINX ----

NGINX_TAG=1.21-5.25.1
#NGINX_TAG=1.20-5.25.1
#NGINX_TAG=1.19-5.25.1
NGINX_TAG=1.23-5.25.1
#NGINX_TAG=1.22-5.25.1
#NGINX_TAG=1.21-5.25.1

### --- NODE ---

NODE_TAG=16-dev-1.3.0
NODE_TAG=18-dev-1.3.0
#NODE_TAG=16-dev-1.3.0
#NODE_TAG=14-dev-1.3.0
#NODE_TAG=12-dev-1.3.0

### --- POSTGRESQL ----

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ The Python stack consist of the following containers:

| Container | Versions | Image | ARM64 support | Enabled by default |
|-----------------|---------------------|------------------------------------|---------------|--------------------|
| [Nginx] | 1.21, 1.20, 1.19 | [wodby/nginx] |||
| [Nginx] | 1.23, 1.22, 1.21 | [wodby/nginx] |||
| [Python] | 3.10, 3.9, 3.8, 3.7 | [wodby/python] |||
| [PostgreSQL] | 14, 13, 12, 11, 10 | [wodby/postgres] |||
| [Redis] | 7, 6, 5 | [wodby/redis] |||
| [MariaDB] | 10.8-10.3 | [wodby/mariadb] || |
| [Node.js] | 16, 14, 12 | [wodby/node] | | |
| [Node.js] | 18, 16, 14 | [wodby/node] | | |
| [Varnish] | 6.0, 4.1 | [wodby/varnish] | | |
| [Solr] | 8, 7, 6, 5 | [wodby/solr] | | |
| [Elasticsearch] | 7, 6 | [wodby/elasticsearch] | | |
Expand Down
2 changes: 1 addition & 1 deletion tests/.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ DB_ENGINE=django.db.backends.postgresql

REDIS_TAG=7-3.14.1
POSTGRES_TAG=13-1.28.1
NGINX_TAG=1.21-5.25.1
NGINX_TAG=1.23-5.25.1

PYTHON_STABILITY_TAG=0.16.1

0 comments on commit 64330ec

Please sign in to comment.