Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN git clone --branch v${REDIS_TIMESERIES_VERSION} https://github.com/RedisTime
&& cp bin/linux-x64-release/redistimeseries.so /build/artifacts/

# ---------- Runtime Stage ----------
FROM redis:7.2.12-alpine as build_alp
FROM redis:8.6.0-alpine as build_alp
#RUN apk add py3-setuptools
RUN apk add --no-cache python3 py3-pip
#RUN apk add py3-virtualenv
Expand Down