Skip to content

Commit f5d6a34

Browse files
Merge pull request #2 from zero-team-pro/update7
Update7
2 parents e5de92c + e69cfb0 commit f5d6a34

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG REDIS_VERSION=6.2.6
2-
ARG BUILDER_RUST_VERSION=1.60.0
1+
ARG REDIS_VERSION=7.0.2
2+
ARG BUILDER_RUST_VERSION=1.62.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.10
16+
ARG VERSION=v2.4.9
1717
WORKDIR /modules
1818
RUN git clone --depth 1 --branch ${VERSION} https://github.com/${MODULE}/${MODULE}.git
1919
WORKDIR /modules/${MODULE}
@@ -26,7 +26,7 @@ RUN cp "$(ls -d /modules/${MODULE}/bin/linux-*-release)/search/redisearch.so" ${
2626

2727
# https://github.com/RedisJSON/RedisJSON
2828
ARG MODULE=RedisJSON
29-
ARG VERSION=v2.0.6
29+
ARG VERSION=v2.0.9
3030
WORKDIR /modules
3131
RUN git clone --depth 1 --branch ${VERSION} https://github.com/${MODULE}/${MODULE}.git
3232
WORKDIR /modules/${MODULE}
@@ -37,7 +37,7 @@ RUN cp /modules/${MODULE}/target/release/librejson.so ${MODULE_PATH}/rejson.so
3737

3838
# https://github.com/RedisTimeSeries/RedisTimeSeries
3939
ARG MODULE=RedisTimeSeries
40-
ARG VERSION=v1.6.8
40+
ARG VERSION=v1.6.16
4141
WORKDIR /modules
4242
RUN git clone --recursive --branch ${VERSION} https://github.com/${MODULE}/${MODULE}.git
4343
WORKDIR /modules/${MODULE}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Default redis.conf can be enriched from environment variables.
1616
Latest stable version.
1717

1818
## v* (Recommended)
19-
Specific stable version. `v6.2.6` for example.
19+
Specific stable version. `v7.0.2` for example.
2020

2121
## main
2222
Latest `main` branch build. Should be stable, but doesn't have to be.
@@ -33,7 +33,7 @@ Do not use if you don't know what you do.
3333
```
3434
$ docker run -d --name redis zeroteampro/redis
3535
# Alternative regsitry
36-
$ docker run -d --name redis ams.ocir.io/ax4e0xrv7kjj/redis
36+
$ docker run -d --name redis registry.zero-team.pro/redis
3737
```
3838

3939
## Start instance with mounted storage

0 commit comments

Comments
 (0)