diff --git a/Dockerfile b/Dockerfile index fb50c42..c90f816 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.45 +FROM getmeili/meilisearch:v1.46 WORKDIR /app diff --git a/README.md b/README.md index 0529fec..e434cc2 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.45 +FROM getmeili/meilisearch:v1.46 WORKDIR /app