Skip to content

Commit

Permalink
Add nginx 1.20 (now latest), drop 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Apr 23, 2021
1 parent 19af0eb commit 46bbb91
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 @@ -31,8 +31,8 @@ RUBY_TAG=3.0-dev-0.11.5

### --- NGINX ----

NGINX_TAG=1.19-5.14.0
#NGINX_TAG=1.18-5.14.0
NGINX_TAG=1.20-5.14.0
#NGINX_TAG=1.19-5.14.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 Ruby stack consist of the following containers:

| Container | Versions | Image | ARM64 support | Enabled by default |
| ------------- | ---------------- | ---------------------------------- | ------------- | ------- |
| [Nginx] | 1.19, 1.18 | [wodby/nginx] |||
| [Nginx] | 1.20, 1.19 | [wodby/nginx] |||
| [Ruby] | 3.0, 2.7, 2.6, 2.5 | [wodby/ruby] |||
| [Sidekiq] | | [wodby/ruby] || |
| [PostgreSQL] | 13, 12, 11, 10, 9.6 | [wodby/postgres] |||
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_ADAPTER=postgresql

REDIS_TAG=6-3.7.5
POSTGRES_TAG=13-1.21.4
NGINX_TAG=1.19-5.14.0
NGINX_TAG=1.20-5.14.0

RUBY_STABILITY_TAG=0.11.5

0 comments on commit 46bbb91

Please sign in to comment.