Skip to content

Commit d2894a6

Browse files
Update to Alpine 3.21
1 parent d50cb8f commit d2894a6

File tree

8 files changed

+30
-22
lines changed

8 files changed

+30
-22
lines changed

rtl_433-next/build.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"build_from": {
3-
"aarch64": "ghcr.io/home-assistant/aarch64-base:3.19",
4-
"amd64": "ghcr.io/home-assistant/amd64-base:3.19",
5-
"armhf": "ghcr.io/home-assistant/armhf-base:3.19",
6-
"armv7": "ghcr.io/home-assistant/armv7-base:3.19",
7-
"i386": "ghcr.io/home-assistant/i386-base:3.19"
3+
"aarch64": "ghcr.io/home-assistant/aarch64-base:3.21",
4+
"amd64": "ghcr.io/home-assistant/amd64-base:3.21",
5+
"armhf": "ghcr.io/home-assistant/armhf-base:3.21",
6+
"armv7": "ghcr.io/home-assistant/armv7-base:3.21",
7+
"i386": "ghcr.io/home-assistant/i386-base:3.21"
88
},
99
"args": {
1010
"rtl433GitRevision": "master"

rtl_433/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [UNRELEASED] - YYYY-MM-DD
2+
3+
* Update Alpine base to 3.21
4+
15
## [0.5.3] - 2024-10-20
26

37
* Support SoapySDR devices #198 #199

rtl_433/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.19
1+
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.21
22
FROM $BUILD_FROM as builder
33
44

rtl_433/build.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"build_from": {
3-
"aarch64": "ghcr.io/home-assistant/aarch64-base:3.19",
4-
"amd64": "ghcr.io/home-assistant/amd64-base:3.19",
5-
"armhf": "ghcr.io/home-assistant/armhf-base:3.19",
6-
"armv7": "ghcr.io/home-assistant/armv7-base:3.19",
7-
"i386": "ghcr.io/home-assistant/i386-base:3.19"
3+
"aarch64": "ghcr.io/home-assistant/aarch64-base:3.21",
4+
"amd64": "ghcr.io/home-assistant/amd64-base:3.21",
5+
"armhf": "ghcr.io/home-assistant/armhf-base:3.21",
6+
"armv7": "ghcr.io/home-assistant/armv7-base:3.21",
7+
"i386": "ghcr.io/home-assistant/i386-base:3.21"
88
}
99
}

rtl_433_mqtt_autodiscovery-next/build.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"build_from": {
3-
"aarch64": "ghcr.io/home-assistant/aarch64-base-python:3.12-alpine3.19",
4-
"amd64": "ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.19",
5-
"armhf": "ghcr.io/home-assistant/armhf-base-python:3.12-alpine3.19",
6-
"armv7": "ghcr.io/home-assistant/armv7-base-python:3.12-alpine3.19",
7-
"i386": "ghcr.io/home-assistant/i386-base-python:3.12-alpine3.19"
3+
"aarch64": "ghcr.io/home-assistant/aarch64-base-python:3.12-alpine3.21",
4+
"amd64": "ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.21",
5+
"armhf": "ghcr.io/home-assistant/armhf-base-python:3.12-alpine3.21",
6+
"armv7": "ghcr.io/home-assistant/armv7-base-python:3.12-alpine3.21",
7+
"i386": "ghcr.io/home-assistant/i386-base-python:3.12-alpine3.21"
88
},
99
"args": {
1010
"rtl433GitRevision": "master"

rtl_433_mqtt_autodiscovery/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [UNRELEASED] - YYYY-MM-DD
2+
3+
* Update Alpine base to 3.21
4+
15
## [0.8.2] - 2024-06-23
26

37
* Upgrade base images to support RTL-SDR V4 #181

rtl_433_mqtt_autodiscovery/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.19
1+
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.21
22
FROM ${BUILD_FROM} as builder
33

44
ARG rtl433GitRevision=23.11

rtl_433_mqtt_autodiscovery/build.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"build_from": {
3-
"aarch64": "ghcr.io/home-assistant/aarch64-base-python:3.12-alpine3.19",
4-
"amd64": "ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.19",
5-
"armhf": "ghcr.io/home-assistant/armhf-base-python:3.12-alpine3.19",
6-
"armv7": "ghcr.io/home-assistant/armv7-base-python:3.12-alpine3.19",
7-
"i386": "ghcr.io/home-assistant/i386-base-python:3.12-alpine3.19"
3+
"aarch64": "ghcr.io/home-assistant/aarch64-base-python:3.12-alpine3.21",
4+
"amd64": "ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.21",
5+
"armhf": "ghcr.io/home-assistant/armhf-base-python:3.12-alpine3.21",
6+
"armv7": "ghcr.io/home-assistant/armv7-base-python:3.12-alpine3.21",
7+
"i386": "ghcr.io/home-assistant/i386-base-python:3.12-alpine3.21"
88
}
99
}

0 commit comments

Comments
 (0)