From 65de68131340a1a9e10cabef315fb3fdc2fc8c5f Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 25 Jan 2022 00:44:04 +0000 Subject: [PATCH] 3.3.0-debian-10-r21 release --- bitnami/parse-dashboard/3/debian-10/Dockerfile | 6 +++--- .../prebuildfs/opt/bitnami/.bitnami_components.json | 8 ++++---- bitnami/parse-dashboard/README.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/parse-dashboard/3/debian-10/Dockerfile b/bitnami/parse-dashboard/3/debian-10/Dockerfile index 080807559602..1de595112230 100644 --- a/bitnami/parse-dashboard/3/debian-10/Dockerfile +++ b/bitnami/parse-dashboard/3/debian-10/Dockerfile @@ -10,8 +10,8 @@ COPY prebuildfs / # Install required system packages and dependencies RUN install_packages acl ca-certificates curl gzip jq libbz2-1.0 libc6 libffi6 libgcc1 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 procps tar zlib1g RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.12-12" --checksum c081f7f9663d4d64e7f26d6e6a77b3860ee1f39c309bd564f801c39192042d2f -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "12.22.9-6" --checksum 1dfab0979e651eb629e6e8a8a9083857be8094e975bb205b1d9e7893182aa462 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse-dashboard" "3.3.0-2" --checksum 3d2dcb86e3e83c00b8c8f1a36662f086d17dbc26657b2757190ef102c35ccfa9 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "12.22.9-7" --checksum a89062869618e23d67447fa4b15994985742dcb67e88a4abd5b1315562d3a202 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse-dashboard" "3.3.0-3" --checksum 680d66854a4dcbf98cb972f33917fc689a9e1b6b562f59b3fee8f7e94578532a RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5 RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives @@ -20,7 +20,7 @@ RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/parse-dashboard/postunpack.sh ENV BITNAMI_APP_NAME="parse-dashboard" \ - BITNAMI_IMAGE_VERSION="3.3.0-debian-10-r20" \ + BITNAMI_IMAGE_VERSION="3.3.0-debian-10-r21" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/parse-dashboard/bin:/opt/bitnami/common/bin:$PATH" EXPOSE 3000 4040 diff --git a/bitnami/parse-dashboard/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/parse-dashboard/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index c08dc323f13e..43e20b2d7381 100644 --- a/bitnami/parse-dashboard/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/parse-dashboard/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,17 +8,17 @@ }, "node": { "arch": "amd64", - "digest": "1dfab0979e651eb629e6e8a8a9083857be8094e975bb205b1d9e7893182aa462", + "digest": "a89062869618e23d67447fa4b15994985742dcb67e88a4abd5b1315562d3a202", "distro": "debian-10", "type": "NAMI", - "version": "12.22.9-6" + "version": "12.22.9-7" }, "parse-dashboard": { "arch": "amd64", - "digest": "3d2dcb86e3e83c00b8c8f1a36662f086d17dbc26657b2757190ef102c35ccfa9", + "digest": "680d66854a4dcbf98cb972f33917fc689a9e1b6b562f59b3fee8f7e94578532a", "distro": "debian-10", "type": "NAMI", - "version": "3.3.0-2" + "version": "3.3.0-3" }, "python": { "arch": "amd64", diff --git a/bitnami/parse-dashboard/README.md b/bitnami/parse-dashboard/README.md index d58ea5a253c7..bc7c19fd42d7 100644 --- a/bitnami/parse-dashboard/README.md +++ b/bitnami/parse-dashboard/README.md @@ -40,7 +40,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/). -* [`3`, `3-debian-10`, `3.3.0`, `3.3.0-debian-10-r20`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/3.3.0-debian-10-r20/3/debian-10/Dockerfile) +* [`3`, `3-debian-10`, `3.3.0`, `3.3.0-debian-10-r21`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/3.3.0-debian-10-r21/3/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/parse-dashboard GitHub repo](https://github.com/bitnami/bitnami-docker-parse-dashboard).