5.0.11-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-02-23 03:31:15 +00:00
parent 424ca0b97d
commit d4c7ef037d
3 changed files with 5 additions and 5 deletions

View File

@@ -10,14 +10,14 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redis-sentinel" "5.0.10-0" --checksum bf6a3515dcb10b589445e96f43a9ee84443c679e18046612f0cf8c3981a6102f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redis-sentinel" "5.0.11-0" --checksum 035f16739ecd061dedb3458a6c412fd58aa7bcccfcc30ba45468d4512206d6e0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/redis-sentinel/postunpack.sh
ENV BITNAMI_APP_NAME="redis-sentinel" \
BITNAMI_IMAGE_VERSION="5.0.10-debian-10-r110"
BITNAMI_IMAGE_VERSION="5.0.11-debian-10-r0"
EXPOSE 26379