You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2022/05/24 05:23:03 UTC

[couchdb-docker] 01/01: Bump 3.2.2 version to fix CVE-2022-1292

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch rebuild-version-3.2.2-for-cve-2022-1292
in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git

commit 40f20d1d48460671add4c9b5b09330d21b4aadd7
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Tue May 24 01:22:09 2022 -0400

    Bump 3.2.2 version to fix CVE-2022-1292
---
 3.2.2/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/3.2.2/Dockerfile b/3.2.2/Dockerfile
index 7276407..62177b5 100644
--- a/3.2.2/Dockerfile
+++ b/3.2.2/Dockerfile
@@ -54,7 +54,7 @@ RUN set -eux; \
     apt purge -y --autoremove curl; \
     rm -rf /var/lib/apt/lists/*
 
-ENV COUCHDB_VERSION 3.2.2
+ENV COUCHDB_VERSION 3.2.2-1
 
 RUN . /etc/os-release; \
     echo "deb [signed-by=/usr/share/keyrings/couchdb-archive-keyring.gpg] https://apache.jfrog.io/artifactory/couchdb-deb/ ${VERSION_CODENAME} main" | \