Skip to content

Commit

Permalink
Update couchdb Docker tag to v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent 00be742 commit 533c690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion couchdb-startup/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM couchdb:3.1.1
FROM couchdb:3.3.3
ADD couchdbinit.sh .
CMD ["chmod", "+x", "/couchdbinit.sh"]
ENTRYPOINT ["sh", "-c", "/couchdbinit.sh"]
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
couchdb-server:
image: couchdb:3.1.1
image: couchdb:3.3.3
restart: unless-stopped
ports:
- "5984:5984"
Expand Down

0 comments on commit 533c690

Please sign in to comment.