diff options
author | Wild Kat <wk@users.noreply.github.com> | 2018-06-16 12:54:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-16 12:54:59 +0200 |
commit | 6d828b3890cb97103241738952abc7981ab5b440 (patch) | |
tree | b7568cd76ae56e3723c5046ac1e406eb3faad6a4 /Dockerfile | |
parent | ca35b912d5bde6c32d550dccfada67ace972cf5f (diff) |
bump docker to phusion/baseimage:0.10.1 (#1403)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |