Skip to content

Commit 6d9deb8

Browse files
Update couchdb Docker tag to v3.5.0
1 parent 22cbac8 commit 6d9deb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

couchdb-startup/Dockerfile

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

docker-compose.yml

+1-1
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.5.0
55
restart: unless-stopped
66
ports:
77
- "5984:5984"

0 commit comments

Comments
 (0)