From 30aa0cbc756d6dd7de7c579d4896e078c4901677 Mon Sep 17 00:00:00 2001 From: "alchemax-housekeeper[bot]" <258233519+alchemax-housekeeper[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 00:16:31 +0000 Subject: [PATCH] chore: update Meilisearch Docker version to v1.42.1 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f7ebfa8..f55b369 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN touch wrapper/src/main.rs && cargo build \ --release # Runtime stage: Meilisearch + compiled wrapper binary -FROM getmeili/meilisearch:v1.41.0 +FROM getmeili/meilisearch:v1.42.1 WORKDIR /app diff --git a/README.md b/README.md index 7a9307d..4dabaf8 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ RUN apk add --no-cache curl && \ "https://github.com/alchemaxinc/meilisearch-lambda-wrapper/releases/download/v${WRAPPER_VERSION}/wrapper-${RUST_TARGET}" && \ chmod +x /wrapper -FROM getmeili/meilisearch:v1.41.0 +FROM getmeili/meilisearch:v1.42.1 WORKDIR /app