Skip to content

Commit 2bcc95b

Browse files
authored
Use commons main branch as default
1 parent 59f35d2 commit 2bcc95b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/docker-compose.development.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ services:
99
# Will also need to use the 'git+https://github.com/hubmapconsortium/commons.git@${COMMONS_BRANCH}#egg=hubmap-commons'
1010
# in src/requirements.txt accordingly
1111
# args:
12-
# # The commons github branch to be used during image build (default to master if not set or null)
13-
# - COMMONS_BRANCH=${COMMONS_BRANCH:-master}
12+
# # The commons github branch to be used during image build (default to main if not set or null)
13+
# - COMMONS_BRANCH=${COMMONS_BRANCH:-main}
1414
# Build the image with name and tag
1515
# Exit with an error message containing err if unset or empty in the environment
1616
image: hubmap/entity-api:${ENTITY_API_VERSION:?err}

0 commit comments

Comments
 (0)