Skip to content

Commit

Permalink
Merge pull request #440 from splunk/feature/3.27.1
Browse files Browse the repository at this point in the history
Update base image to syslog-ng-3.27.1
  • Loading branch information
Ryan Faircloth authored and GitHub committed May 7, 2020
2 parents 44cc70c + 6f1eb2b commit d5564a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down

0 comments on commit d5564a3

Please sign in to comment.