We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7f8f6 commit 22f176aCopy full SHA for 22f176a
2 files changed
Dockerfile
@@ -22,7 +22,7 @@ RUN touch wrapper/src/main.rs && cargo build \
22
--release
23
24
# Runtime stage: Meilisearch + compiled wrapper binary
25
-FROM getmeili/meilisearch:v1.45
+FROM getmeili/meilisearch:v1.46
26
27
WORKDIR /app
28
README.md
@@ -41,7 +41,7 @@ RUN apk add --no-cache curl && \
41
"https://github.com/alchemaxinc/meilisearch-lambda-wrapper/releases/download/v${WRAPPER_VERSION}/wrapper-${RUST_TARGET}" && \
42
chmod +x /wrapper
43
44
45
46
47
0 commit comments