From c395f17a24d0dfd81f9a54341d078b6960e32d9d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 18 Feb 2022 12:28:33 +0000 Subject: [PATCH] 3.3.0-debian-10-r44 release --- bitnami/parse-dashboard/3/debian-10/Dockerfile | 8 ++++---- .../prebuildfs/opt/bitnami/.bitnami_components.json | 6 +++--- 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 05d6c23a167b..54cbc5f51d86 100644 --- a/bitnami/parse-dashboard/3/debian-10/Dockerfile +++ b/bitnami/parse-dashboard/3/debian-10/Dockerfile @@ -9,9 +9,9 @@ ENV HOME="/" \ 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-32" --checksum 0649a1688896cf6ee9a9fd4d554ac33f364f498fca6d8be67a95f8111e7dad4f -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "12.22.10-2" --checksum 8d2996e363a66d94c6b633bd0550de723b884725a4b2c182199989b3a9eaaec1 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse-dashboard" "3.3.0-5" --checksum 7b0964ea24984ef443f7029c8b2c8bf2e5438d2bc30747a2d8258643796846e6 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.12-33" --checksum 0649a1688896cf6ee9a9fd4d554ac33f364f498fca6d8be67a95f8111e7dad4f +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "12.22.10-3" --checksum 8d2996e363a66d94c6b633bd0550de723b884725a4b2c182199989b3a9eaaec1 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse-dashboard" "3.3.0-6" --checksum 7b0964ea24984ef443f7029c8b2c8bf2e5438d2bc30747a2d8258643796846e6 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-5" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664 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-r43" \ + BITNAMI_IMAGE_VERSION="3.3.0-debian-10-r44" \ 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 ceafbdccf5f2..90fabd1916db 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 @@ -11,20 +11,20 @@ "digest": "8d2996e363a66d94c6b633bd0550de723b884725a4b2c182199989b3a9eaaec1", "distro": "debian-10", "type": "NAMI", - "version": "12.22.10-2" + "version": "12.22.10-3" }, "parse-dashboard": { "arch": "amd64", "digest": "7b0964ea24984ef443f7029c8b2c8bf2e5438d2bc30747a2d8258643796846e6", "distro": "debian-10", "type": "NAMI", - "version": "3.3.0-5" + "version": "3.3.0-6" }, "python": { "arch": "amd64", "digest": "0649a1688896cf6ee9a9fd4d554ac33f364f498fca6d8be67a95f8111e7dad4f", "distro": "debian-10", "type": "NAMI", - "version": "3.8.12-32" + "version": "3.8.12-33" } } \ No newline at end of file diff --git a/bitnami/parse-dashboard/README.md b/bitnami/parse-dashboard/README.md index 76b9021ef9c5..06c5bc10a88a 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-r43`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/3.3.0-debian-10-r43/3/debian-10/Dockerfile) +* [`3`, `3-debian-10`, `3.3.0`, `3.3.0-debian-10-r44`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/3.3.0-debian-10-r44/3/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/parse-dashboard GitHub repo](https://github.com/bitnami/bitnami-docker-parse-dashboard).