diff --git a/Dockerfile b/Dockerfile index e29ba685..5a6b37df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] ARG APP_VERSION=25.25.25 ARG DEVICE_TAG=cpu -ARG DOCKER_DEVICE_STR='{"name": "cpu", "os": "linux", "arch": "x86_64", "pyvenv": [3, 12], "tag": "cpu", "note": "default device"}' +ARG DOCKER_DEVICE_STR='{"name": "cpu", "os": "manylinux_2_28", "arch": "x86_64", "pyvenv": [3, 12], "tag": "cpu", "note": "default device"}' ARG DOCKER_PROGRAMS_STR="curl ffmpeg nodejs npm espeak-ng sox tesseract-ocr" ARG CALIBRE_INSTALLER_URL="https://download.calibre-ebook.com/linux-installer.sh" ARG ISO3_LANG=eng