This commit is contained in:
unknown
2026-01-02 08:49:29 -08:00
parent 640e769fac
commit 962a3ada8b
5 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ FROM python:${PYTHON_VERSION}-slim-bookworm
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG APP_VERSION=25.12.32
ARG APP_VERSION=26.1.3
ARG DEVICE_TAG=cu128
ARG DOCKER_DEVICE_STR='{"name": "cu128", "os": "manylinux_2_28", "arch": "x86_64", "pyvenv": [3, 12], "tag": "cu128", "note": "default device"}'
ARG DOCKER_PROGRAMS_STR="curl ffmpeg nodejs npm espeak-ng sox tesseract-ocr"

View File

@@ -1 +1 @@
25.12.32
26.1.3

View File

@@ -5,7 +5,7 @@ services:
context: .
dockerfile: Dockerfile
args:
APP_VERSION: ${APP_VERSION:-25.12.32}
APP_VERSION: ${APP_VERSION:-26.1.3}
DEVICE_TAG: ${DEVICE_TAG:-cpu} # e.g. cu128, cu118, rocm, xpu, cpu
container_name: ebook2audiobook
working_dir: /app

View File

@@ -5,7 +5,7 @@ services:
context: .
dockerfile: Dockerfile
args:
APP_VERSION: ${APP_VERSION:-25.12.32}
APP_VERSION: ${APP_VERSION:-26.1.3}
DEVICE_TAG: ${DEVICE_TAG:-cpu} # e.g. cu124, cu128, rocm, xpu, cpu etc.
container_name: ebook2audiobook
working_dir: /app

View File

@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[tool.poetry]
name = "ebook2audiobook"
version = "25.10.30"
version = "26.1.3"
[tool.setuptools.dynamic]
version = {file = "VERSION.txt"}