diff --git a/bitnami/memcached/1/debian-10/Dockerfile b/bitnami/memcached/1/debian-10/Dockerfile index cf0ce2c46608..6ddb961db71d 100644 --- a/bitnami/memcached/1/debian-10/Dockerfile +++ b/bitnami/memcached/1/debian-10/Dockerfile @@ -9,7 +9,7 @@ ENV HOME="/" \ COPY prebuildfs / # Install required system packages and dependencies RUN install_packages ca-certificates curl libc6 libevent-2.1-6 libsasl2-2 libsasl2-modules procps sasl2-bin sudo unzip -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "memcached" "1.6.2-0" --checksum 6fdf3fdbed2c4c912e03fd1cbea63861b7ea724a3e4bd8de669c84ceee2151b1 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "memcached" "1.6.3-0" --checksum 0c1234a02a2186a440c024b5cd1fb2ecbec045796931df595e53fbe66e81d189 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.11.0-3" --checksum c18bb8bcc95aa2494793ed5a506c4d03acc82c8c60ad061d5702e0b4048f0cb1 RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives @@ -19,7 +19,7 @@ RUN ln -s /opt/bitnami/scripts/memcached/run.sh /run.sh COPY rootfs / RUN /opt/bitnami/scripts/memcached/postunpack.sh ENV BITNAMI_APP_NAME="memcached" \ - BITNAMI_IMAGE_VERSION="1.6.2-debian-10-r4" \ + BITNAMI_IMAGE_VERSION="1.6.3-debian-10-r0" \ PATH="/opt/bitnami/memcached/bin:/opt/bitnami/common/bin:$PATH" EXPOSE 11211 diff --git a/bitnami/memcached/README.md b/bitnami/memcached/README.md index b796ead0c60d..601a4dec6e95 100644 --- a/bitnami/memcached/README.md +++ b/bitnami/memcached/README.md @@ -46,7 +46,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/containers/how-to/understand-rolling-tags-containers/). -* [`1-debian-10`, `1.6.2-debian-10-r4`, `1`, `1.6.2`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.6.2-debian-10-r4/1/debian-10/Dockerfile) +* [`1-debian-10`, `1.6.3-debian-10-r0`, `1`, `1.6.3`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.6.3-debian-10-r0/1/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/memcached GitHub repo](https://github.com/bitnami/bitnami-docker-memcached).