From 003f4775d881bbd29fbde819a6eb74d864c15ec9 Mon Sep 17 00:00:00 2001 From: Ryan Faircloth Date: Fri, 28 Jun 2019 23:38:01 -0400 Subject: [PATCH] version bump --- .circleci/config.yml | 2 +- .idea/workspace.xml | 29 +++++++++++++++-------------- package/Dockerfile | 2 +- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3993077..860f81e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,7 +49,7 @@ mkdir ~/bin # export GOSS_DST=~/bin # export PATH=$PATH:~/bin - curl -fsSL https://goss.rocks/install | sh + curl -fsSL https://goss.rocks/install | GOSS_VER=v0.3.7 sh goss -version - run: name: Test Docker diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 404df54..c643852 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,6 +2,7 @@ + - + - - + + - + - - + + @@ -70,8 +71,8 @@ @@ -351,7 +352,7 @@ - @@ -590,17 +591,17 @@ - + - - + + - + - - + + diff --git a/package/Dockerfile b/package/Dockerfile index 1cbb58a..2c622a1 100644 --- a/package/Dockerfile +++ b/package/Dockerfile @@ -69,7 +69,7 @@ RUN cd /tmp ;\ ENV DEBCONF_NONINTERACTIVE_SEEN=true ENV SPLUNK_CONNECT_METHOD=hec -RUN source scl_source enable rh-python36 ; curl -fsSL https://goss.rocks/install | sh +RUN source scl_source enable rh-python36 ; curl -fsSL https://goss.rocks/install | GOSS_VER=v0.3.7 sh COPY goss.yaml /etc/goss.yaml COPY --from=0 /opt/syslog-ng /opt/syslog-ng