10.15.0-debian-10-r37 release

This commit is contained in:
Bitnami Bot
2020-12-22 01:39:00 +00:00
parent b8635ec78f
commit b8253c56c8
3 changed files with 2 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/postgresql/postunpack.sh
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
ENV BITNAMI_APP_NAME="postgresql" \
BITNAMI_IMAGE_VERSION="10.15.0-debian-10-r36" \
BITNAMI_IMAGE_VERSION="10.15.0-debian-10-r37" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
LD_LIBRARY_PATH="/opt/bitnami/postgresql/lib/:/opt/bitnami/common/lib/:$LD_LIBRARY_PATH" \

View File

@@ -153,7 +153,6 @@ web_server_restart() {
# None
#########################
web_server_reload() {
info "Reloading $(web_server_type) configuration"
"${BITNAMI_ROOT_DIR}/scripts/$(web_server_type)/reload.sh"
}