Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth committed Jun 29, 2019
1 parent 649ab80 commit 003f477
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
29 changes: 15 additions & 14 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 003f477

Please sign in to comment.