Skip to content

Commit

Permalink
nginx: Update to Alpine Linux 3.20 (nginx 1.26.x) (home-assistant#3783)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrapan authored Oct 3, 2024
1 parent d3a3e66 commit 6658d1b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
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

## 3.11.0

- Update Alpine Linux to 3.20 (nginx 1.26.x)

## 3.10.1

- Make `real_ip_from` optional through an empty default value
Expand Down
10 changes: 5 additions & 5 deletions nginx_proxy/build.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
build_from:
aarch64: ghcr.io/home-assistant/aarch64-base:3.19
amd64: ghcr.io/home-assistant/amd64-base:3.19
armhf: ghcr.io/home-assistant/armhf-base:3.19
armv7: ghcr.io/home-assistant/armv7-base:3.19
i386: ghcr.io/home-assistant/i386-base:3.19
aarch64: ghcr.io/home-assistant/aarch64-base:3.20
amd64: ghcr.io/home-assistant/amd64-base:3.20
armhf: ghcr.io/home-assistant/armhf-base:3.20
armv7: ghcr.io/home-assistant/armv7-base:3.20
i386: ghcr.io/home-assistant/i386-base:3.20
codenotary:
signer: [email protected]
base_image: [email protected]
2 changes: 1 addition & 1 deletion nginx_proxy/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 3.10.1
version: 3.11.0
hassio_api: true
slug: nginx_proxy
name: NGINX Home Assistant SSL proxy
Expand Down

0 comments on commit 6658d1b

Please sign in to comment.