Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

Commit

Permalink
0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Feb 21, 2019
1 parent b68766d commit a64f77b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Multi-stage build - See https://docs.docker.com/engine/userguide/eng-image/multistage-build
FROM ubnt/unms:0.13.2 as unms
FROM ubnt/unms-netflow:0.13.2 as unms-netflow
FROM oznu/s6-node:10.15.0-debian-amd64
FROM ubnt/unms:0.13.3 as unms
FROM ubnt/unms-netflow:0.13.3 as unms-netflow
FROM oznu/s6-node:10.15.1-debian-amd64

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.raspberry-pi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Multi-stage build - See https://docs.docker.com/engine/userguide/eng-image/multistage-build
FROM ubnt/unms:0.13.2 as unms
FROM ubnt/unms-netflow:0.13.2 as unms-netflow
FROM oznu/s6-node:10.15.0-debian-armhf
FROM ubnt/unms:0.13.3 as unms
FROM ubnt/unms-netflow:0.13.3 as unms-netflow
FROM oznu/s6-node:10.15.1-debian-armhf

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit a64f77b

Please sign in to comment.