Updates default Docker build branch to a stable version

This commit is contained in:
Christian Mäder 2017-06-19 09:30:24 +02:00
parent 1072d243a3
commit 552227cca4
No known key found for this signature in database
GPG Key ID: 92FFD0A711F196BB
1 changed files with 1 additions and 1 deletions

View File

@ -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