From a018aba0c2892cdcadc398dd79f90b630e4201ef Mon Sep 17 00:00:00 2001 From: David Bernick Date: Mon, 16 Jul 2018 12:46:18 -0400 Subject: [PATCH 1/2] syslog fix --- image/Dockerfile | 2 +- image/services/syslog-ng/syslog-ng.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/image/Dockerfile b/image/Dockerfile index f72dde3..da5b41d 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:18.04 MAINTAINER Phusion COPY . /bd_build diff --git a/image/services/syslog-ng/syslog-ng.conf b/image/services/syslog-ng/syslog-ng.conf index b92d852..303596f 100644 --- a/image/services/syslog-ng/syslog-ng.conf +++ b/image/services/syslog-ng/syslog-ng.conf @@ -54,7 +54,7 @@ destination d_newscrit { file("/var/log/news/news.crit"); }; destination d_newserr { file("/var/log/news/news.err"); }; destination d_newsnotice { file("/var/log/news/news.notice"); }; -# Some `catch-all' logfiles. +# Some 'catch-all' logfiles. # destination d_debug { file("/var/log/debug"); }; destination d_error { file("/var/log/error"); }; From 924f874d7e5dbb43685131122efbbfad5275a84e Mon Sep 17 00:00:00 2001 From: Travis Rowland Date: Wed, 18 Jul 2018 08:17:29 -0700 Subject: [PATCH 2/2] Update Dockerfile --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index da5b41d..f72dde3 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:16.04 MAINTAINER Phusion COPY . /bd_build