diff --git a/Dockerfile b/Dockerfile index edc172b..4a11751 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.47 +FROM getmeili/meilisearch:v1.48 WORKDIR /app diff --git a/README.md b/README.md index 5608c40..fb7c215 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.47 +FROM getmeili/meilisearch:v1.48 WORKDIR /app