14.2.0-debian-10-r42 release

This commit is contained in:
Bitnami Bot
2022-03-25 14:30:02 +00:00
parent c7ceaae9bd
commit e383f1036d
4 changed files with 3 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ RUN /opt/bitnami/scripts/postgresql/postunpack.sh
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
ENV APP_VERSION="14.2.0" \
BITNAMI_APP_NAME="postgresql" \
BITNAMI_IMAGE_VERSION="14.2.0-debian-10-r41" \
BITNAMI_IMAGE_VERSION="14.2.0-debian-10-r42" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \

View File

@@ -392,10 +392,6 @@ web_server_update_app_configuration() {
--hosts \
| --server-name \
| --server-aliases \
| --enable-http \
| --enable-https \
| --disable-http \
| --disable-https \
| --http-port \
| --https-port \
)

View File

@@ -9,6 +9,7 @@
# 4. Environment variables set externally (i.e. current Bash context/Dockerfile/userdata)
# Load logging library
# shellcheck disable=SC1091
. /opt/bitnami/scripts/liblog.sh
export BITNAMI_ROOT_DIR="/opt/bitnami"