From 2143cb1219bc0c814eb4fbdffda2ea7dc99fb1f5 Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Thu, 17 Aug 2023 15:18:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=B8=BA=20v15.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 791f21c..67bc535 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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} \ diff --git a/README.md b/README.md index 1fabd8e..81bef30 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ **版本信息:** -- 14 +- 15.4 **镜像信息:** @@ -410,7 +410,7 @@ services: ## 更新记录 -- 2023/8/17: 变更应用版本为 v14.9 +- 2023/8/17: 变更应用版本为 v15.4 ## 参考