feat: 更新应用版本为 v15.4

This commit is contained in:
2023-08-17 15:18:41 +08:00
parent 33dcab4172
commit 2143cb1219
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -18,7 +18,7 @@
# 设置当前应用名称及版本
ARG APP_NAME=postgresql
ARG APP_VER=14.9
ARG APP_VER=15.4
# 设置默认仓库地址,默认为本地仓库;定义时需要包含末尾的`/`
ARG REGISTRY_URL="docker.colovu.com/"
@@ -51,7 +51,7 @@ WORKDIR /tmp
# 下载并解压软件包
RUN set -eux; \
appName="${APP_NAME}-${APP_VER}.tar.gz"; \
sha256="d2a6f490e7a070220d19935a1a3cccb2d472ce89d8740b6c5a03df4351e08ba7"; \
sha256="0e11eee723dd7e59a634052bc1bfc9be605e55c1cca3f66e9fc25d3a394fb030"; \
[ -n ${LOCAL_URL} ] && localURL=${LOCAL_URL}/${APP_NAME}/v${APP_VER}; \
appUrls="${localURL:-} \
https://ftp.postgresql.org/pub/source/v${APP_VER} \
+2 -2
View File
@@ -8,7 +8,7 @@
**版本信息:**
- 14
- 15.4
**镜像信息:**
@@ -410,7 +410,7 @@ services:
## 更新记录
- 2023/8/17: 变更应用版本为 v14.9
- 2023/8/17: 变更应用版本为 v15.4
## 参考