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

Commit

Permalink
update to 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Keefer committed May 25, 2019
1 parent aa95b53 commit 4ff883a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.elastic.co/kibana/kibana-oss:7.0.1
FROM docker.elastic.co/kibana/kibana-oss:7.1.0

ARG VCS_REF
ARG BUILD_DATE
Expand All @@ -12,7 +12,7 @@ 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 "7.0.1"
ENV KIBANA_VERSION "7.1.0"
ENV SG_VERSION "35.0.0"

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 \
Expand Down

0 comments on commit 4ff883a

Please sign in to comment.