3.9.13-debian-10-r55 release

This commit is contained in:
Bitnami Bot
2022-03-16 09:43:17 +00:00
parent 81e1e5166e
commit 0df9b821ce
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ COPY prebuildfs /
# Install required system packages and dependencies
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.0-0" --checksum 64be2567689286042603e3a6be639b51e5aa092b18d82b7ef964fddc70754c4a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "erlang" "24.3.1-0" --checksum 2c21812c38cf18b574aa94f6da639bc0f560a860f1e7581d89853bdf05fde691
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rabbitmq" "3.9.13-8" --checksum 2e03c430a8976e73f84aefa9941ab8d27937b88d656aa48a8fc86e38e84f29a6
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -26,7 +26,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/rabbitmq/postunpack.sh
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
ENV BITNAMI_APP_NAME="rabbitmq" \
BITNAMI_IMAGE_VERSION="3.9.13-debian-10-r54" \
BITNAMI_IMAGE_VERSION="3.9.13-debian-10-r55" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en"

View File

@@ -1,10 +1,10 @@
{
"erlang": {
"arch": "amd64",
"digest": "64be2567689286042603e3a6be639b51e5aa092b18d82b7ef964fddc70754c4a",
"digest": "2c21812c38cf18b574aa94f6da639bc0f560a860f1e7581d89853bdf05fde691",
"distro": "debian-10",
"type": "NAMI",
"version": "24.3.0-0"
"version": "24.3.1-0"
},
"gosu": {
"arch": "amd64",

View File

@@ -50,7 +50,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.9`, `3.9-debian-10`, `3.9.13`, `3.9.13-debian-10-r54`, `latest` (3.9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.9.13-debian-10-r54/3.9/debian-10/Dockerfile)
* [`3.9`, `3.9-debian-10`, `3.9.13`, `3.9.13-debian-10-r55`, `latest` (3.9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.9.13-debian-10-r55/3.9/debian-10/Dockerfile)
* [`3.8`, `3.8-debian-10`, `3.8.27`, `3.8.27-debian-10-r56` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.27-debian-10-r56/3.8/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/rabbitmq GitHub repo](https://github.com/bitnami/bitnami-docker-rabbitmq).