From 079378a7fa2770bbf4c1b3544fc41e18cae9d35f Mon Sep 17 00:00:00 2001 From: "alchemax-housekeeper[bot]" <258233519+alchemax-housekeeper[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 01:22:38 +0000 Subject: [PATCH] chore: update docker images --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c90f816..edc172b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN touch wrapper/src/main.rs && cargo build \ --release # Runtime stage: Meilisearch + compiled wrapper binary -FROM getmeili/meilisearch:v1.46 +FROM getmeili/meilisearch:v1.47 WORKDIR /app diff --git a/README.md b/README.md index e434cc2..5608c40 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,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.46 +FROM getmeili/meilisearch:v1.47 WORKDIR /app