summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorWild Kat <wk@users.noreply.github.com>2018-06-16 12:54:59 +0200
committerGitHub <noreply@github.com>2018-06-16 12:54:59 +0200
commit6d828b3890cb97103241738952abc7981ab5b440 (patch)
treeb7568cd76ae56e3723c5046ac1e406eb3faad6a4 /Dockerfile
parentca35b912d5bde6c32d550dccfada67ace972cf5f (diff)
bump docker to phusion/baseimage:0.10.1 (#1403)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 <sam@arahant.net>"
# set up dependencies for the build process