Update base to 3.14 (#2113)

This commit is contained in:
Joakim Sørensen
2021-07-14 11:47:00 +02:00
committed by GitHub
parent dc243ecfa2
commit 0eeef556ad
3 changed files with 11 additions and 6 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 3.0.2
- Update Alpine to 3.14
- Use images from ghcr
## 3.0.1
- Fix the use of subfolders with certificate files

View File

@@ -1,9 +1,9 @@
{
"build_from": {
"aarch64": "homeassistant/aarch64-base:3.11",
"amd64": "homeassistant/amd64-base:3.11",
"armhf": "homeassistant/armhf-base:3.11",
"armv7": "homeassistant/armv7-base:3.11",
"i386": "homeassistant/i386-base:3.11"
"aarch64": "ghcr.io/home-assistant/aarch64-base:3.14",
"amd64": "ghcr.io/home-assistant/amd64-base:3.14",
"armhf": "ghcr.io/home-assistant/armhf-base:3.14",
"armv7": "ghcr.io/home-assistant/armv7-base:3.14",
"i386": "ghcr.io/home-assistant/i386-base:3.14"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "NGINX Home Assistant SSL proxy",
"version": "3.0.1",
"version": "3.0.2",
"slug": "nginx_proxy",
"description": "An SSL/TLS proxy",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/nginx_proxy",