Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit 5174143

Browse files
Update couchdb Docker tag to v3.4.2
1 parent 22cbac8 commit 5174143

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

couchdb-startup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM couchdb:3.3.3
1+
FROM couchdb:3.4.2
22
ADD couchdbinit.sh .
33
CMD ["chmod", "+x", "/couchdbinit.sh"]
44
ENTRYPOINT ["sh", "-c", "/couchdbinit.sh"]

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
couchdb-server:
4-
image: couchdb:3.3.3
4+
image: couchdb:3.4.2
55
restart: unless-stopped
66
ports:
77
- "5984:5984"

0 commit comments

Comments
 (0)