From ee3d3441c6be46c58339d13972a7dc4662577959 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 11 Aug 2026 01:55:54 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A3=20Update=20ghcr.io/readium/readium?= =?UTF-8?q?=20Docker=20tag=20to=20v0.9.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ----------------------- | ----- | ----- | | docker | ghcr.io/readium/readium | 0.6.5 | 0.9.1 | --- apps/storyteller/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/storyteller/Dockerfile b/apps/storyteller/Dockerfile index d4ef20fa17..5d6c63a83d 100644 --- a/apps/storyteller/Dockerfile +++ b/apps/storyteller/Dockerfile @@ -1,7 +1,7 @@ ARG VERSION ARG BASE_TAG=main ARG WHISPER_VARIANT="" -ARG READIUM_VERSION=0.6.5 +ARG READIUM_VERSION=0.9.1 FROM ghcr.io/readium/readium:${READIUM_VERSION} AS readium