소스 검색

Merge pull request #986 from alejojo/patch-1

Update Dockerfile
Jeremy Stretch 9 년 전
부모
커밋
0f2bbd7bfd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@ FROM python:2.7-wheezy
 
 
 WORKDIR /opt/netbox
 WORKDIR /opt/netbox
 
 
-ARG BRANCH=master
+ARG BRANCH=v2.0-beta1
 ARG URL=https://github.com/digitalocean/netbox.git
 ARG URL=https://github.com/digitalocean/netbox.git
 RUN git clone --depth 1 $URL -b $BRANCH .  && \
 RUN git clone --depth 1 $URL -b $BRANCH .  && \
     apt-get update -qq && apt-get install -y libldap2-dev libsasl2-dev libssl-dev graphviz && \
     apt-get update -qq && apt-get install -y libldap2-dev libsasl2-dev libssl-dev graphviz && \