mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
fix osquery
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
1a0b0aa8e8
commit
22da976266
|
@ -83,7 +83,7 @@ get_latest_unifi() {
|
|||
|
||||
compare() {
|
||||
local name="$1" dir="$2" tag="$3" current="$4" releases="$5"
|
||||
ignore_dirs=( "bazel" "bcc" "mc" "nzbget" "powershell" "rstudio" )
|
||||
ignore_dirs=( "bazel" "bcc" "mc" "nzbget" "osquery" "powershell" "rstudio" )
|
||||
|
||||
if [[ "$tag" =~ "$current" ]] || [[ "$name" =~ "$current" ]] || [[ "$current" =~ "$tag" ]] || [[ "$current" == "master" ]]; then
|
||||
echo -e "\e[36m${dir}:\e[39m current ${current} | ${tag} | ${name}"
|
||||
|
|
|
@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
|
|||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV OSQUERY_VERSION 3.3.1
|
||||
ENV OSQUERY_VERSION 3.3.0
|
||||
|
||||
RUN buildDeps=' \
|
||||
curl \
|
||||
|
|
Loading…
Reference in New Issue
Block a user