[feat:6.0]更新应用版本为 6.0.9

This commit is contained in:
2021-07-21 10:39:21 +08:00
parent 51223ae11f
commit 21952f3f80
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -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 \
+1
View File
@@ -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