Skip to content

Commit

Permalink
Merge pull request #1 from d33bs/update-default-branch
Browse files Browse the repository at this point in the history
Update default Dockerfile Pycytominer branch from master to main
  • Loading branch information
bethac07 authored Nov 13, 2023
2 parents 5a8e96e + 29af11a commit c085ac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG version=master
ARG version=main

FROM python:3.8

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ user = cellprofiler
org = cellprofiler
project = pycytominer
tag = latest
version = master
version = main

.DEFAULT_GOAL: build
build:
Expand Down

0 comments on commit c085ac9

Please sign in to comment.