From dc5dbef7cec05f2eb5d513b09f4cf76c284c0533 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 8 Oct 2019 03:20:30 +0000 Subject: [PATCH] 2.3.1-ol-7-r20 release --- bitnami/couchdb/2/ol-7/Dockerfile | 4 ++-- bitnami/couchdb/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/couchdb/2/ol-7/Dockerfile b/bitnami/couchdb/2/ol-7/Dockerfile index c19ecc52503b..2df3dda8a79d 100644 --- a/bitnami/couchdb/2/ol-7/Dockerfile +++ b/bitnami/couchdb/2/ol-7/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/oraclelinux-extras-base:7-r440 +FROM bitnami/oraclelinux-extras-base:7-r441 LABEL maintainer "Bitnami " ENV HOME="/" \ @@ -13,7 +13,7 @@ RUN . ./libcomponent.sh && component_unpack "couchdb" "2.3.1-1" --checksum 8853c COPY rootfs / RUN /postunpack.sh ENV BITNAMI_APP_NAME="couchdb" \ - BITNAMI_IMAGE_VERSION="2.3.1-ol-7-r19" \ + BITNAMI_IMAGE_VERSION="2.3.1-ol-7-r20" \ LD_LIBRARY_PATH="/opt/bitnami/common/lib:$LD_LIBRARY_PATH" \ PATH="/opt/bitnami/couchdb/bin:$PATH" diff --git a/bitnami/couchdb/README.md b/bitnami/couchdb/README.md index 8bc87764f26a..1ab3e31e52c3 100644 --- a/bitnami/couchdb/README.md +++ b/bitnami/couchdb/README.md @@ -51,7 +51,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/). -* [`2-ol-7`, `2.3.1-ol-7-r19` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/2.3.1-ol-7-r19/2/ol-7/Dockerfile) +* [`2-ol-7`, `2.3.1-ol-7-r20` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/2.3.1-ol-7-r20/2/ol-7/Dockerfile) * [`2-debian-9`, `2.3.1-debian-9-r17`, `2`, `2.3.1`, `2.3.1-r17`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/2.3.1-debian-9-r17/2/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/couchdb GitHub repo](https://github.com/bitnami/bitnami-docker-couchdb).