DATAREDIS-982 - Upgrade to Redis 5.0.4.

This commit is contained in:
Mark Paluch
2019-05-13 09:53:48 +02:00
parent f13056c385
commit 80fe233604

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
REDIS_VERSION:=5.0.0
REDIS_VERSION:=5.0.4
SPRING_PROFILE?=ci
SHELL=/bin/bash -euo pipefail