From bd75909647105c147ce44a03870ae511198f9226 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 30 Jan 2018 13:45:18 -0500 Subject: [PATCH] Update phusion base image to newest version Fixes https://jira.coreos.com/browse/QUAY-774 --- quay-base.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quay-base.dockerfile b/quay-base.dockerfile index 3713095b1..de13018ea 100644 --- a/quay-base.dockerfile +++ b/quay-base.dockerfile @@ -1,6 +1,6 @@ # vim:ft=dockerfile -FROM phusion/baseimage:0.9.19 +FROM phusion/baseimage:0.10.0 ENV DEBIAN_FRONTEND noninteractive ENV HOME /root