diff --git a/bitnami/parse-dashboard/3/debian-10/Dockerfile b/bitnami/parse-dashboard/3/debian-10/Dockerfile index dd13e2e785a4..dda5d43cfde5 100644 --- a/bitnami/parse-dashboard/3/debian-10/Dockerfile +++ b/bitnami/parse-dashboard/3/debian-10/Dockerfile @@ -10,9 +10,9 @@ 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-5" --checksum e5a14b6f922145f51c26622304884871f2b9f05cf5504e9b29bf7b0bb9b0d4a6 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse-dashboard" "3.3.0-1" --checksum c51b7df1a4ee62eab329b6689d8d3f65a7155fc92c3cc13ad8e80f58ff704e5d -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc +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 "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 RUN chmod g+rwX /opt/bitnami @@ -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-r16" \ + BITNAMI_IMAGE_VERSION="3.3.0-debian-10-r17" \ 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 b3d7fb509e97..c08dc323f13e 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 @@ -1,24 +1,24 @@ { "gosu": { "arch": "amd64", - "digest": "16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc", + "digest": "7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5", "distro": "debian-10", "type": "NAMI", - "version": "1.14.0-1" + "version": "1.14.0-2" }, "node": { "arch": "amd64", - "digest": "e5a14b6f922145f51c26622304884871f2b9f05cf5504e9b29bf7b0bb9b0d4a6", + "digest": "1dfab0979e651eb629e6e8a8a9083857be8094e975bb205b1d9e7893182aa462", "distro": "debian-10", "type": "NAMI", - "version": "12.22.9-5" + "version": "12.22.9-6" }, "parse-dashboard": { "arch": "amd64", - "digest": "c51b7df1a4ee62eab329b6689d8d3f65a7155fc92c3cc13ad8e80f58ff704e5d", + "digest": "3d2dcb86e3e83c00b8c8f1a36662f086d17dbc26657b2757190ef102c35ccfa9", "distro": "debian-10", "type": "NAMI", - "version": "3.3.0-1" + "version": "3.3.0-2" }, "python": { "arch": "amd64", diff --git a/bitnami/parse-dashboard/README.md b/bitnami/parse-dashboard/README.md index 1bdcec0a2712..231b0e56f440 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-r16`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/3.3.0-debian-10-r16/3/debian-10/Dockerfile) +* [`3`, `3-debian-10`, `3.3.0`, `3.3.0-debian-10-r17`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/3.3.0-debian-10-r17/3/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/parse-dashboard GitHub repo](https://github.com/bitnami/bitnami-docker-parse-dashboard).