diff --git a/bitnami/couchdb/3/debian-10/Dockerfile b/bitnami/couchdb/3/debian-10/Dockerfile index 17a508a791cc..6baa9464a9d9 100644 --- a/bitnami/couchdb/3/debian-10/Dockerfile +++ b/bitnami/couchdb/3/debian-10/Dockerfile @@ -13,12 +13,14 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" " RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.1-1" --checksum d7c3c81138361e10e6ddd7eae3ac323740a8477ce395a8c00ab0dba76fd25948 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "couchdb" "3.2.1-3" --checksum 2168c40b3d1e139e6c13ccca9fc4279463aec93ab71a3fb00c8abd7bd9df5d8e +RUN apt-get update && apt-get upgrade -y && \ + rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/couchdb/postunpack.sh ENV BITNAMI_APP_NAME="couchdb" \ - BITNAMI_IMAGE_VERSION="3.2.1-debian-10-r66" \ + BITNAMI_IMAGE_VERSION="3.2.1-debian-10-r67" \ LD_LIBRARY_PATH="/opt/bitnami/common/lib:$LD_LIBRARY_PATH" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/couchdb/bin:$PATH" diff --git a/bitnami/couchdb/README.md b/bitnami/couchdb/README.md index d7a8c415c273..9e4058e19d98 100644 --- a/bitnami/couchdb/README.md +++ b/bitnami/couchdb/README.md @@ -41,7 +41,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`, `3-debian-10`, `3.2.1`, `3.2.1-debian-10-r66`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/3.2.1-debian-10-r66/3/debian-10/Dockerfile) +* [`3`, `3-debian-10`, `3.2.1`, `3.2.1-debian-10-r67`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/3.2.1-debian-10-r67/3/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/couchdb GitHub repo](https://github.com/bitnami/bitnami-docker-couchdb).