Updated for v2.0-beta3

This commit is contained in:
Christian Mäder 2017-04-28 08:17:22 +02:00
parent 573486f0b4
commit 898683eeb2
No known key found for this signature in database
GPG Key ID: 92FFD0A711F196BB
2 changed files with 2 additions and 2 deletions

View File

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

View File

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