From 0e97c43ea5a2c2697a13e40f086899ba769a416a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 05:43:56 +0000 Subject: [PATCH] deps: bump kiwix/kiwix-serve from `9bffd4f` to `ca41011` Bumps [kiwix/kiwix-serve](https://github.com/openzim/kiwix-tools) from `9bffd4f` to `ca41011`. - [Commits](https://github.com/openzim/kiwix-tools/commits) --- updated-dependencies: - dependency-name: kiwix/kiwix-serve dependency-version: latest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a71c115..9fe6da4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM ghcr.io/kiwix/kiwix-serve:latest@sha256:9bffd4f940645d4d518f137e87b7865d3d0ef30f6c13fbe4a3b9e747be3cd1ad +FROM ghcr.io/kiwix/kiwix-serve:latest@sha256:ca41011170868edfe8e7563b5aabc3b3a9a0870ce0775581d7e30d1993e3bb9d ENTRYPOINT ["sh", "-c"] CMD ["exec kiwix-serve /data/*.zim"]