Skip to content

Commit e5de92c

Browse files
committed
RediSearch update
1 parent da446d0 commit e5de92c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG REDIS_VERSION=6.2.6
2-
ARG BUILDER_RUST_VERSION=1.57.0
2+
ARG BUILDER_RUST_VERSION=1.60.0
33

44
FROM redis:${REDIS_VERSION} AS redis
55
FROM rust:${BUILDER_RUST_VERSION} AS moduleBuilder
@@ -13,7 +13,7 @@ COPY --from=redis /usr/local/ /usr/local/
1313

1414
# https://github.com/RediSearch/RediSearch
1515
ARG MODULE=RediSearch
16-
ARG VERSION=v2.2.6
16+
ARG VERSION=v2.2.10
1717
WORKDIR /modules
1818
RUN git clone --depth 1 --branch ${VERSION} https://github.com/${MODULE}/${MODULE}.git
1919
WORKDIR /modules/${MODULE}

0 commit comments

Comments
 (0)