From 352e78e2bbd46ffd6ee15c0eaa308e14fc6c1d9c Mon Sep 17 00:00:00 2001 From: rmehner <82050+rmehner@users.noreply.github.com> Date: Mon, 4 Mar 2024 06:10:12 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20version=20of=20docker?= =?UTF-8?q?=20image=20in=20README=20to=20v2.13.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 759e530..6460e28 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ If you want to use it internally with docker-compose, this should give you a goo ```yml services: pdf: - image: ghcr.io/rmehner/bits-to-dead-trees:v2.13.0 + image: ghcr.io/rmehner/bits-to-dead-trees:v2.13.1 ports: - 8000:8000 ```