Permalink
Browse files

Update Dockerfile

Switch main dockerfile to use 17.1 branch
  • Loading branch information...
1 parent e3262a4 commit 241253f214b510b89cf3d37f6c87fe447ad5c21c @bbimber committed on GitHub Jul 7, 2017
Showing with 3 additions and 3 deletions.
  1. +3 −3 docker/base/Dockerfile
View
@@ -7,10 +7,10 @@ from phusion/baseimage
maintainer bbimber@gmail.com
# these will vary by LabKey version:
-ENV TC_PROJECT LabKey_DISCVR161_Installers
-ENV GZ_PREFIX LabKey16.1DISCVR
+ENV TC_PROJECT LabKey_DISCVR171_Installers
+ENV GZ_PREFIX LabKey17.1DISCVR
ENV DIST_NAME discvr
-ENV SVN_BRANCH discvr16.1
+ENV SVN_BRANCH discvr17.1
ENV LK_HOME /labkey
#

0 comments on commit 241253f

Please sign in to comment.