Skip to content

Commit

Permalink
Upgrade couchdb version in Dockerfile to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sugat009 committed Oct 24, 2024
1 parent fab7764 commit 9b3bc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion couchdb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM couchdb:3.3.3 as base_couchdb_build
FROM couchdb:3.4.2 as base_couchdb_build

COPY --chown=couchdb:couchdb 10-docker-default.ini /opt/couchdb/etc/default.d/
COPY --chown=couchdb:couchdb vm.args /opt/couchdb/etc/
Expand Down

0 comments on commit 9b3bc85

Please sign in to comment.