From 6f1eb2b68ba023a8929c7e15e05d60b76c056a86 Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Thu, 7 May 2020 15:29:53 -0400 Subject: [PATCH] Update base image to 3.27.1 --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 92332a4..6ad2412 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -90,7 +90,7 @@ jobs: docker: - image: circleci/python:3.7 environment: - SYSLOG: "syslog-ng-3.26.1" + SYSLOG: "syslog-ng-3.27.1" SPLUNK_VERSION: "8.0.2" <<: *test test-sc4s-next-splunk-8-0: @@ -104,14 +104,14 @@ jobs: docker: - image: circleci/python:3.7 environment: - SYSLOG: "syslog-ng-3.26.1" + SYSLOG: "syslog-ng-3.27.1" SPLUNK_VERSION: "7.3.4" <<: *test test-sc4s-current-splunk-7-2: docker: - image: circleci/python:3.7 environment: - SYSLOG: "syslog-ng-3.26.1" + SYSLOG: "syslog-ng-3.27.1" SPLUNK_VERSION: "7.2.9" <<: *test