diff --git a/bitnami/memcached/1/debian-10/Dockerfile b/bitnami/memcached/1/debian-10/Dockerfile index 355254085c54..761def277d37 100644 --- a/bitnami/memcached/1/debian-10/Dockerfile +++ b/bitnami/memcached/1/debian-10/Dockerfile @@ -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.5-debian-10-r8" \ + BITNAMI_IMAGE_VERSION="1.6.5-debian-10-r9" \ 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 3e2b8b3e30e5..1cadc008251c 100644 --- a/bitnami/memcached/README.md +++ b/bitnami/memcached/README.md @@ -37,14 +37,14 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy # Why use a non-root container? -Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://docs.bitnami.com/containers/how-to/work-with-non-root-containers/). +Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://docs.bitnami.com/tutorials/work-with-non-root-containers/). # Supported tags and respective `Dockerfile` links -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/). +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/). -* [`1-debian-10`, `1.6.5-debian-10-r8`, `1`, `1.6.5`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.6.5-debian-10-r8/1/debian-10/Dockerfile) +* [`1-debian-10`, `1.6.5-debian-10-r9`, `1`, `1.6.5`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.6.5-debian-10-r9/1/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/memcached GitHub repo](https://github.com/bitnami/bitnami-docker-memcached).