From 6bc6ddd165cf2eb9c52b1cd3267d4214901ce248 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 21 Mar 2022 10:58:40 +0000 Subject: [PATCH] 3.3.0-debian-10-r75 release --- bitnami/parse-dashboard/3/debian-10/Dockerfile | 4 ++-- .../debian-10/prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/parse-dashboard/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/parse-dashboard/3/debian-10/Dockerfile b/bitnami/parse-dashboard/3/debian-10/Dockerfile index f874c88ab0b9..827a0f113133 100644 --- a/bitnami/parse-dashboard/3/debian-10/Dockerfile +++ b/bitnami/parse-dashboard/3/debian-10/Dockerfile @@ -10,7 +10,7 @@ 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.13-1" --checksum 2ac3d5028d8f8fc44cbf4b71e948458c1ae53c12a052ae62229fd52bf14191a6 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "12.22.10-4" --checksum d294bbf768d7c3efcd9ba39a5cb2ddb6487cb328dead59d342a8e071d2e1a78d +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "12.22.11-0" --checksum 6e635b4dbf839d3d43cf54540081f01405710ce2fb3b313e368cd1f1d9c8847a RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse-dashboard" "3.3.0-7" --checksum 1a7de4dc24a982b4e2872be46d9b99d993ebffa360726ebe3871ab61b686cb52 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1 RUN apt-get update && apt-get upgrade -y && \ @@ -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-r74" \ + BITNAMI_IMAGE_VERSION="3.3.0-debian-10-r75" \ 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 f592f377eff8..483d8348b73d 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,10 +8,10 @@ }, "node": { "arch": "amd64", - "digest": "d294bbf768d7c3efcd9ba39a5cb2ddb6487cb328dead59d342a8e071d2e1a78d", + "digest": "6e635b4dbf839d3d43cf54540081f01405710ce2fb3b313e368cd1f1d9c8847a", "distro": "debian-10", "type": "NAMI", - "version": "12.22.10-4" + "version": "12.22.11-0" }, "parse-dashboard": { "arch": "amd64", diff --git a/bitnami/parse-dashboard/README.md b/bitnami/parse-dashboard/README.md index 5dc94b34c3f5..0c222183c758 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-r74`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/3.3.0-debian-10-r74/3/debian-10/Dockerfile) +* [`3`, `3-debian-10`, `3.3.0`, `3.3.0-debian-10-r75`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/3.3.0-debian-10-r75/3/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/parse-dashboard GitHub repo](https://github.com/bitnami/bitnami-docker-parse-dashboard).