Skip to content

Commit 22f176a

Browse files
chore: update docker images (#91)
Co-authored-by: alchemax-housekeeper[bot] <258233519+alchemax-housekeeper[bot]@users.noreply.github.com>
1 parent ea7f8f6 commit 22f176a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN touch wrapper/src/main.rs && cargo build \
2222
--release
2323

2424
# Runtime stage: Meilisearch + compiled wrapper binary
25-
FROM getmeili/meilisearch:v1.45
25+
FROM getmeili/meilisearch:v1.46
2626

2727
WORKDIR /app
2828

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN apk add --no-cache curl && \
4141
"https://github.com/alchemaxinc/meilisearch-lambda-wrapper/releases/download/v${WRAPPER_VERSION}/wrapper-${RUST_TARGET}" && \
4242
chmod +x /wrapper
4343

44-
FROM getmeili/meilisearch:v1.45
44+
FROM getmeili/meilisearch:v1.46
4545

4646
WORKDIR /app
4747

0 commit comments

Comments
 (0)