Skip to content

Commit

Permalink
[build] Sync Ironbank Dockerfile (elastic#119364)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Smalley committed Nov 22, 2021
1 parent bd90d35 commit 4d90a0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ COPY --chown=1000:0 config/kibana.yml /usr/share/kibana/config/kibana.yml

# Add the launcher/wrapper script. It knows how to interpret environment
# variables and translate them to Kibana CLI options.
COPY --chown=1000:0 bin/kibana-docker /usr/local/bin/
COPY bin/kibana-docker /usr/local/bin/

# Remove the suid bit everywhere to mitigate "Stack Clash"
RUN find / -xdev -perm -4000 -exec chmod u-s {} +
Expand Down

0 comments on commit 4d90a0b

Please sign in to comment.