Skip to content

Commit

Permalink
update docker file to point to master branch
Browse files Browse the repository at this point in the history
Instead of pointing to the WeBWorK-2.15 and PG-2.15 branches
  • Loading branch information
mgage authored Oct 6, 2019
1 parent db8b26f commit ecae065
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,10 @@ FROM alpine/git AS base
# build args specifying the branches for webwork2 and pg used to build the image

# To use the master branches of webwork2 and pg
#ARG WEBWORK2_BRANCH=master
#ARG PG_BRANCH=master
# To use the 2.15 branches of webwork2 and pg from the "official" GitHub repositories
ARG WEBWORK2_GIT_URL=https://github.com/openwebwork/webwork2.git
ARG WEBWORK2_BRANCH=WeBWorK-2.15
ARG WEBWORK2_BRANCH=master
ARG PG_GIT_URL=https://github.com/openwebwork/pg.git
ARG PG_BRANCH=PG-2.15
ARG PG_BRANCH=master

# assign the build args to the ENV variables
ENV WEBWORK2_GIT_URL_ENV ${WEBWORK2_GIT_URL}
Expand Down

0 comments on commit ecae065

Please sign in to comment.