12.10.0-debian-10-r39 release

This commit is contained in:
Bitnami Bot
2022-03-22 18:10:02 +00:00
parent cb7f7ac06d
commit bb9c102ad7
2 changed files with 4 additions and 3 deletions

View File

@@ -23,8 +23,9 @@ RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
COPY rootfs /
RUN /opt/bitnami/scripts/postgresql-repmgr/postunpack.sh
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
ENV BITNAMI_APP_NAME="postgresql-repmgr" \
BITNAMI_IMAGE_VERSION="12.10.0-debian-10-r38" \
ENV APP_VERSION="12.10.0" \
BITNAMI_APP_NAME="postgresql-repmgr" \
BITNAMI_IMAGE_VERSION="12.10.0-debian-10-r39" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \