Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
update to 6.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Keefer committed Jul 21, 2019
1 parent b23dd67 commit 05cb93e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.elastic.co/kibana/kibana-oss:6.8.0
FROM docker.elastic.co/kibana/kibana-oss:6.8.1

ARG VCS_REF
ARG BUILD_DATE
Expand All @@ -12,8 +12,8 @@ LABEL org.label-schema.vcs-url="https://github.com/xtermi2/kibana-searchguard"
LABEL org.label-schema.vcs-ref=$VCS_REF
LABEL org.label-schema.build-date=$BUILD_DATE

ENV KIBANA_VERSION "6.8.0"
ENV SG_VERSION "18.3"
ENV KIBANA_VERSION "6.8.1"
ENV SG_VERSION "18.5"

RUN bin/kibana-plugin install https://search.maven.org/remotecontent?filepath=com/floragunn/search-guard-kibana-plugin/${KIBANA_VERSION}-${SG_VERSION}/search-guard-kibana-plugin-${KIBANA_VERSION}-${SG_VERSION}.zip \
&& chmod -R a+rw /usr/share/kibana/optimize \
Expand Down

0 comments on commit 05cb93e

Please sign in to comment.