Skip to content

Commit

Permalink
Fix s6-overlay error due to breaking change in latest base image
Browse files Browse the repository at this point in the history
  • Loading branch information
jhampson-dbre committed Jul 14, 2023
1 parent 944b8c9 commit 79c60e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions nginx_proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.0.1

Fix s6-overlay error due to breaking change in latest base image

## 5.0.0

BREAKING CHANGE: Nginx is updated to version 1.24.0
Expand Down
3 changes: 2 additions & 1 deletion nginx_proxy/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NGINX Home Assistant SSL proxy with WAF",
"version": "5.0.0",
"version": "5.0.1",
"slug": "nginx_proxy_waf",
"description": "An SSL/TLS proxy",
"url": "https://github.com/jhampson-dbre/addon-nginx-proxy-waf",
Expand All @@ -10,6 +10,7 @@
],
"startup": "application",
"boot": "auto",
"init": false,
"ports": {
"80/tcp": null,
"443/tcp": 443
Expand Down

0 comments on commit 79c60e3

Please sign in to comment.