From 21952f3f8014308d7ae3a697f63ec27cd4984694 Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Wed, 21 Jul 2021 10:39:21 +0800 Subject: [PATCH] =?UTF-8?q?[feat:6.0]=E6=9B=B4=E6=96=B0=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=B8=BA=206.0.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f5f4518..6762b09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # 设置当前应用名称及版本 ARG app_name=redis -ARG app_version=6.0.8 +ARG app_version=6.0.9 # 设置默认仓库地址,默认为 阿里云 仓库 ARG registry_url="registry.cn-shenzhen.aliyuncs.com" @@ -43,7 +43,7 @@ WORKDIR /tmp # 下载并解压软件包 RUN set -eux; \ appName="${APP_NAME}-${APP_VERSION}.tar.gz"; \ - sha256="04fa1fddc39bd1aecb6739dd5dd73858a3515b427acd1e2947a66dadce868d68"; \ + sha256="dc2bdcf81c620e9f09cfd12e85d3bc631c897b2db7a55218fd8a65eaa37f86dd"; \ [ ! -z ${local_url} ] && localURL=${local_url}/${APP_NAME}; \ appUrls="${localURL:-} \ http://download.redis.io/releases \ diff --git a/README.md b/README.md index 7be693e..b2b1353 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,7 @@ services: ## 历史记录 +- 2021.7.21: 更新 Redis 版本为 6.0.9 - 2020.9.11: 更新 Redis 版本为 6.0.8 - 2020.9.11: 更新 Redis 版本为 5.0.9