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 da446d0 commit e5de92cCopy full SHA for e5de92c
Dockerfile
@@ -1,5 +1,5 @@
1
ARG REDIS_VERSION=6.2.6
2
-ARG BUILDER_RUST_VERSION=1.57.0
+ARG BUILDER_RUST_VERSION=1.60.0
3
4
FROM redis:${REDIS_VERSION} AS redis
5
FROM rust:${BUILDER_RUST_VERSION} AS moduleBuilder
@@ -13,7 +13,7 @@ COPY --from=redis /usr/local/ /usr/local/
13
14
# https://github.com/RediSearch/RediSearch
15
ARG MODULE=RediSearch
16
-ARG VERSION=v2.2.6
+ARG VERSION=v2.2.10
17
WORKDIR /modules
18
RUN git clone --depth 1 --branch ${VERSION} https://github.com/${MODULE}/${MODULE}.git
19
WORKDIR /modules/${MODULE}
0 commit comments