File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/baseimage-alpine:3.20
3+ FROM ghcr.io/linuxserver/baseimage-alpine:3.21
44
55# set version label
66ARG BUILD_DATE
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.20
3+ FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21
44
55# set version label
66ARG BUILD_DATE
Original file line number Diff line number Diff line change @@ -319,6 +319,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
319319
320320# # Versions
321321
322+ * ** 03.01.25:** - Rebase to alpine 3.21.
322323* ** 04.12.24:** - Make setcap target dynamic.
323324* ** 07.11.24:** - Add go2rtc binary.
324325* ** 12.10.24:** - Allow uv to modify system python packages.
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ init_diagram: |
115115 "homeassistant:latest" <- Base Images
116116# changelog
117117changelogs :
118+ - {date: "03.01.25:", desc: "Rebase to alpine 3.21."}
118119 - {date: "04.12.24:", desc: "Make setcap target dynamic."}
119120 - {date: "07.11.24:", desc: "Add go2rtc binary."}
120121 - {date: "12.10.24:", desc: "Allow uv to modify system python packages."}
You can’t perform that action at this time.
0 commit comments