Skip to content

Commit 2b55207

Browse files
committed
Rebase to resolute
1 parent 6a0584e commit 2b55207

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM ghcr.io/linuxserver/baseimage-ubuntu:noble
3+
FROM ghcr.io/linuxserver/baseimage-ubuntu:resolute
44

55
# set version label
66
ARG BUILD_DATE
@@ -22,7 +22,7 @@ RUN \
2222
python3 -m venv /lsiopy && \
2323
pip install -U --no-cache-dir \
2424
pip \
25-
wheel && \
25+
setuptools && \
2626
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/ubuntu/ \
2727
piper-tts \
2828
"wyoming-piper==${PIPER_VERSION}" && \

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-noble
3+
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-resolute
44

55
# set version label
66
ARG BUILD_DATE
@@ -22,7 +22,7 @@ RUN \
2222
python3 -m venv /lsiopy && \
2323
pip install -U --no-cache-dir \
2424
pip \
25-
wheel && \
25+
setuptools && \
2626
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/ubuntu/ \
2727
piper-tts \
2828
"wyoming-piper==${PIPER_VERSION}" && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
300300

301301
## Versions
302302

303+
* **14.07.26:** - Rebase to Ubuntu Resolute.
303304
* **29.08.25:** - Add support for local only mode.
304305
* **10.08.25:** - Add streaming support.
305306
* **18.07.24:** - Rebase to Ubuntu Noble.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ init_diagram: |
8686
"piper:latest" <- Base Images
8787
# changelog
8888
changelogs:
89+
- {date: "14.07.26:", desc: "Rebase to Ubuntu Resolute."}
8990
- {date: "29.08.25:", desc: "Add support for local only mode."}
9091
- {date: "10.08.25:", desc: "Add streaming support."}
9192
- {date: "18.07.24:", desc: "Rebase to Ubuntu Noble."}

0 commit comments

Comments
 (0)