Updated for v2.0-beta3
This commit is contained in:
parent
573486f0b4
commit
898683eeb2
|
@ -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
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3'
|
|||
services:
|
||||
netbox:
|
||||
build: .
|
||||
image: digitalocean/netbox:v2.0-beta2
|
||||
image: digitalocean/netbox:v2.0-beta3
|
||||
depends_on:
|
||||
- postgres
|
||||
env_file: netbox.env
|
||||
|
|
Loading…
Reference in New Issue