This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git
The following commit(s) were added to refs/heads/main by this push:
new d925a07 Bump 3.2.2 version to fix CVE-2022-1292
d925a07 is described below
commit d925a07137f156bbe2f512c181ad63f1da93a312
Author: Nick Vatamaniuc <[email protected]>
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" | \