Skip to content

Commit

Permalink
Update base python image to 3.7 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dleehr committed Sep 16, 2019
1 parent a1ea387 commit bd825cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6
FROM python:3.7
LABEL maintainer="dan.leehr@duke.edu"

# cwltool requires nodejs
Expand Down

0 comments on commit bd825cd

Please sign in to comment.