Updated for v2.0-beta3
This commit is contained in:
parent
573486f0b4
commit
898683eeb2
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ RUN apk add --no-cache \
|
|||
|
||||
WORKDIR /opt
|
||||
|
||||
ARG BRANCH=v2-beta
|
||||
ARG BRANCH=v2.0-beta3
|
||||
ARG URL=https://github.com/digitalocean/netbox/archive/$BRANCH.tar.gz
|
||||
RUN wget -q -O - "${URL}" | tar xz \
|
||||
&& ln -s netbox* netbox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue