4.10.9-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-03-28 04:07:49 +00:00
parent 5197eefa84
commit d62c131f40
3 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ RUN install_packages acl ca-certificates curl gzip jq libbz2-1.0 libc6 libcom-er
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-2" --checksum 704fe6b545280ae027303b4ec875b495ee6da2256b3d8f877467077b0f031a60
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.19.1-0" --checksum 806082b15c0eb60e4baca497519b4c0cc9cd636d7a944e9943ebc1b9632fabdc
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mongodb-client" "4.4.13-0" --checksum 9ec5b0a8edb5fdc7cffa8456693055aec894c1bc2414814b7adccd77e6c71637
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse" "4.10.8-0" --checksum 96b5a30932f05df03c007c94c6ad863ae42dfd7079bc08e8f27c0e4fc963c213
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse" "4.10.9-0" --checksum 9853c439b433491f80d6f146b5942550e89e80d82a8fac9a195a499e55250ee6
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -20,9 +20,9 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/parse/postunpack.sh
ENV APP_VERSION="4.10.8" \
ENV APP_VERSION="4.10.9" \
BITNAMI_APP_NAME="parse" \
BITNAMI_IMAGE_VERSION="4.10.8-debian-10-r3" \
BITNAMI_IMAGE_VERSION="4.10.9-debian-10-r0" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mongodb/bin:/opt/bitnami/mongodb-client/bin:/opt/bitnami/parse/bin:/opt/bitnami/common/bin:$PATH"
EXPOSE 1337 3000