Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down