From 6d828b3890cb97103241738952abc7981ab5b440 Mon Sep 17 00:00:00 2001 From: Wild Kat Date: Sat, 16 Jun 2018 12:54:59 +0200 Subject: bump docker to phusion/baseimage:0.10.1 (#1403) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index e178814..639c22c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ ENV DEB_BUILD_OPTIONS nocheck RUN dpkg-buildpackage -b # -- stage 2: build the actual oxidized container -FROM phusion/baseimage:0.10.0 +FROM phusion/baseimage:0.10.1 LABEL maintainer="Samer Abdel-Hafez " # set up dependencies for the build process -- cgit v1.2.1