Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.
Draft
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions 7/debian9/7.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ RUN set -x \
&& gosu nobody true

# Install Redis Search
ENV REDIS_VERSION 7.0.0
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-7.0.0.tar.gz
ENV REDIS_DOWNLOAD_SHA 284d8bd1fd85d6a55a05ee4e7c31c31977ad56cbf344ed83790beeb148baa720
ENV REDIS_VERSION 7.0.2
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-7.0.2.tar.gz
ENV REDIS_DOWNLOAD_SHA 5e57eafe7d4ac5ecb6a7d64d6b61db775616dbf903293b3fcc660716dbda5eeb

ENV C2D_RELEASE=${REDIS_VERSION}

Expand Down
8 changes: 4 additions & 4 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ versions:
gpg: B42F6819007F00F88E364FD4036A9C25BF357DD4
version: '1.11'
redis:
sha256: 284d8bd1fd85d6a55a05ee4e7c31c31977ad56cbf344ed83790beeb148baa720
version: 7.0.0
sha256: 5e57eafe7d4ac5ecb6a7d64d6b61db775616dbf903293b3fcc660716dbda5eeb
version: 7.0.2
repo: redis7
tags:
- 7.0.0-debian9
- 7.0.2-debian9
- 7.0-debian9
- 7-debian9
- 7.0.0
- 7.0.2
- '7.0'
- '7'
- latest
Expand Down