diff --git a/Dockerfile b/Dockerfile index 183e306..8a63ef8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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