We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ed99b commit d625729Copy full SHA for d625729
1 file changed
utilities/docker/livegeppetto/Dockerfile
@@ -1,7 +1,7 @@
1
FROM java:8
2
MAINTAINER Stephen Larson "slarson@openworm.org"
3
4
-ARG mainBranch=development
+ARG mainBranch=master
5
ENV mainBranch=${mainBranch}
6
RUN echo "USE GIT BRANCH ------------ $mainBranch";
7
0 commit comments