4.3.0-debian-10-r30 release

This commit is contained in:
Bitnami Bot
2020-09-09 20:50:36 +00:00
parent 1e857cf881
commit 5931550779
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ RUN install_packages ca-certificates curl ghostscript gzip imagemagick libbz2-1.
RUN /build/bitnami-user.sh
RUN /build/install-nami.sh
RUN bitnami-pkg install node-12.18.3-0 --checksum 971b57b7cc15a47d50c5e4871b808ed55580feb1248828c3b4cdac5a1ad59fdd
RUN bitnami-pkg install mongodb-client-4.4.0-0 --checksum c5b3ba34897811ab7915cbf48c737d69065bb0f352922c2f3026d796577bdf57
RUN bitnami-pkg install mongodb-client-4.4.1-0 --checksum 9b553a0df5312db187152b0394d729a81e016e255be82eb565393c1705e63e3e
RUN bitnami-pkg install tini-0.19.0-0 --checksum 9a8ae20be31a518f042fcec359f2cf35bfdb4e2a56f2fa8ff9ef2ecaf45da80c
RUN bitnami-pkg unpack parse-4.3.0-0 --checksum 2269ee87b65d717119d019c765b9dfd6921e370d87c23c0c183847be3fbff852
RUN bitnami-pkg install gosu-1.12.0-1 --checksum 51cfb1b7fd7b05b8abd1df0278c698103a9b1a4964bdacd87ca1d5c01631d59c
@@ -20,7 +20,7 @@ RUN apt-get update && apt-get upgrade -y && \
COPY rootfs /
ENV BITNAMI_APP_NAME="parse" \
BITNAMI_IMAGE_VERSION="4.3.0-debian-10-r29" \
BITNAMI_IMAGE_VERSION="4.3.0-debian-10-r30" \
MONGODB_HOST="mongodb" \
MONGODB_PASSWORD="" \
MONGODB_PORT_NUMBER="27017" \

View File

@@ -8,10 +8,10 @@
},
"mongodb-client": {
"arch": "amd64",
"digest": "c5b3ba34897811ab7915cbf48c737d69065bb0f352922c2f3026d796577bdf57",
"digest": "9b553a0df5312db187152b0394d729a81e016e255be82eb565393c1705e63e3e",
"distro": "debian-10",
"type": "NAMI",
"version": "4.4.0-0"
"version": "4.4.1-0"
},
"node": {
"arch": "amd64",

View File

@@ -46,7 +46,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`4`, `4-debian-10`, `4.3.0`, `4.3.0-debian-10-r29`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.3.0-debian-10-r29/4/debian-10/Dockerfile)
* [`4`, `4-debian-10`, `4.3.0`, `4.3.0-debian-10-r30`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.3.0-debian-10-r30/4/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/parse GitHub repo](https://github.com/bitnami/bitnami-docker-parse).