We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db8fc9 commit 929b370Copy full SHA for 929b370
Dockerfile
@@ -35,7 +35,7 @@ RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - \
35
36
# Assuming the build process stays the same, you should be able to just change value of
37
# COUCHDB_VERSION to upgrade to the latest source
38
-ENV COUCHDB_VERSION 2.1.0
+ENV COUCHDB_VERSION 2.1.1
39
40
# Download CouchDB, build it and then clean up
41
RUN buildDeps=" \
0 commit comments