diff --git a/bitnami/couchdb/3/debian-11/Dockerfile b/bitnami/couchdb/3/debian-11/Dockerfile index 5b24f2ecd571..cba0d6edfabd 100644 --- a/bitnami/couchdb/3/debian-11/Dockerfile +++ b/bitnami/couchdb/3/debian-11/Dockerfile @@ -8,7 +8,7 @@ COPY prebuildfs / SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies RUN install_packages acl ca-certificates curl gzip libc6 libgcc-s1 libicu67 libssl1.1 libstdc++6 libtinfo6 procps tar zlib1g -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.3-150" --checksum 1013e2ebbe58e5dc8f3c79fc952f020fc5306ba48463803cacfbed7779173924 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.3-152" --checksum 0694ae67645c416d9f6875e90c0f7cef379b4ac8030a6a5b8b5cc9ca77c6975d RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.3-151" --checksum 3f23f4fff5bd0ebead5b1a59c450e7b9806198864ff9c765439df14bfb9e1cf4 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "couchdb" "3.2.2-151" --checksum b722dfaaef484fda5d49c90f50d87ea8983c96fc5b787cdcc9a8ed4aaa8463e5 diff --git a/bitnami/couchdb/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/couchdb/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index bd3bccbeed76..af018341f867 100644 --- a/bitnami/couchdb/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/couchdb/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -22,9 +22,9 @@ }, "wait-for-port": { "arch": "amd64", - "digest": "1013e2ebbe58e5dc8f3c79fc952f020fc5306ba48463803cacfbed7779173924", + "digest": "0694ae67645c416d9f6875e90c0f7cef379b4ac8030a6a5b8b5cc9ca77c6975d", "distro": "debian-11", "type": "NAMI", - "version": "1.0.3-150" + "version": "1.0.3-152" } } \ No newline at end of file diff --git a/bitnami/couchdb/README.md b/bitnami/couchdb/README.md index ce133156a56e..86dacc82d4cf 100644 --- a/bitnami/couchdb/README.md +++ b/bitnami/couchdb/README.md @@ -39,7 +39,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-11`, `3.2.2`, `3.2.2-debian-11-r15`, `latest` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/3.2.2-debian-11-r15/3/debian-11/Dockerfile) +* [`3`, `3-debian-11`, `3.2.2`, `3.2.2-debian-11-r17`, `latest` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/3.2.2-debian-11-r17/3/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/couchdb GitHub repo](https://github.com/bitnami/bitnami-docker-couchdb).