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

Commit a64f77b

Browse files
committed
0.13.3
1 parent b68766d commit a64f77b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Multi-stage build - See https://docs.docker.com/engine/userguide/eng-image/multistage-build
2-
FROM ubnt/unms:0.13.2 as unms
3-
FROM ubnt/unms-netflow:0.13.2 as unms-netflow
4-
FROM oznu/s6-node:10.15.0-debian-amd64
2+
FROM ubnt/unms:0.13.3 as unms
3+
FROM ubnt/unms-netflow:0.13.3 as unms-netflow
4+
FROM oznu/s6-node:10.15.1-debian-amd64
55

66
ENV DEBIAN_FRONTEND=noninteractive
77

Dockerfile.raspberry-pi

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Multi-stage build - See https://docs.docker.com/engine/userguide/eng-image/multistage-build
2-
FROM ubnt/unms:0.13.2 as unms
3-
FROM ubnt/unms-netflow:0.13.2 as unms-netflow
4-
FROM oznu/s6-node:10.15.0-debian-armhf
2+
FROM ubnt/unms:0.13.3 as unms
3+
FROM ubnt/unms-netflow:0.13.3 as unms-netflow
4+
FROM oznu/s6-node:10.15.1-debian-armhf
55

66
ENV DEBIAN_FRONTEND=noninteractive
77

0 commit comments

Comments
 (0)