[bitnami/postgresql] Release 12.13.0-debian-11-r21 (#19836)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
55d678014e
commit
23781f27cb
|
|
@ -6,7 +6,7 @@ ARG WITH_ALL_LOCALES="no"
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="12.13.0-debian-11-r20" \
|
||||
org.opencontainers.image.ref.name="12.13.0-debian-11-r21" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgresql" \
|
||||
org.opencontainers.image.title="postgresql" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ get_sematic_version () {
|
|||
|
||||
while [[ $i -lt $n ]]; do
|
||||
if [[ -n "${BASH_REMATCH[$i]}" ]] && [[ "${BASH_REMATCH[$i]:0:1}" != '.' ]]; then
|
||||
version_sections[$j]=${BASH_REMATCH[$i]}
|
||||
version_sections[j]="${BASH_REMATCH[$i]}"
|
||||
((j++))
|
||||
fi
|
||||
((i++))
|
||||
|
|
|
|||
|
|
@ -997,6 +997,8 @@ postgresql_remove_pghba_lines() {
|
|||
done
|
||||
}
|
||||
|
||||
# shellcheck disable=SC2148
|
||||
|
||||
########################
|
||||
# Return PostgreSQL major version
|
||||
# Globals:
|
||||
|
|
|
|||
Loading…
Reference in New Issue