Skip to content

Commit

Permalink
Updates default Docker build branch to a stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
cimnine committed Jun 19, 2017
1 parent 1072d24 commit 552227c
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
Expand Up @@ -18,7 +18,7 @@ RUN apk add --no-cache \

WORKDIR /opt

ARG BRANCH=v2.0-beta3
ARG BRANCH=v2.0.7
ARG URL=https://github.com/digitalocean/netbox/archive/$BRANCH.tar.gz
RUN wget -q -O - "${URL}" | tar xz \
&& mv netbox* netbox
Expand Down

0 comments on commit 552227c

Please sign in to comment.