3.10.2-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-05-21 06:31:33 +00:00
committed by Bitnami Containers
parent 0bbb22cbb0
commit 24f64e8c0a
3 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ COPY prebuildfs /
RUN install_packages acl ca-certificates curl gzip libc6 libgcc1 libssl1.1 libstdc++6 libtinfo6 locales procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "erlang" "24.3.4-0" --checksum d76848fe46e2ef34dfd93a07eeb0c6cadaa9b4d01fd0745c4e4c9eb3f2e681a0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rabbitmq" "3.10.1-0" --checksum cd48fe5678d2e52e48d3393326bedfdcee01855cb47e9ee2d9420d5914586768
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rabbitmq" "3.10.2-0" --checksum a68434cfa8169a9ecd49247b03f2e0989a4bfb3aee11ea3620ef54aca881dfbe
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -25,7 +25,7 @@ RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
COPY rootfs /
RUN /opt/bitnami/scripts/rabbitmq/postunpack.sh
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
ENV APP_VERSION="3.10.1" \
ENV APP_VERSION="3.10.2" \
BITNAMI_APP_NAME="rabbitmq" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en"

View File

@@ -15,9 +15,9 @@
},
"rabbitmq": {
"arch": "amd64",
"digest": "cd48fe5678d2e52e48d3393326bedfdcee01855cb47e9ee2d9420d5914586768",
"digest": "a68434cfa8169a9ecd49247b03f2e0989a4bfb3aee11ea3620ef54aca881dfbe",
"distro": "debian-10",
"type": "NAMI",
"version": "3.10.1-0"
"version": "3.10.2-0"
}
}