Skip to content

Commit

Permalink
update tag to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
amaltaro committed Jun 19, 2024
1 parent ffb1965 commit 650d8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/couchdb/docker-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ dockerOpts=" \
--mount type=bind,source=$COUCH_LOGS_DIR,target=$COUCH_LOGS_DIR \
"

couch_tag=3.2.2-v6
couch_tag=3.2.2-stable
echo "Executing docker run for CouchDB tag: $couch_tag"
docker run $dockerOpts registry.cern.ch/cmsweb/couchdb:$couch_tag && docker logs -f couchdb

0 comments on commit 650d8d0

Please sign in to comment.