diff --git a/osquery/Dockerfile b/osquery/Dockerfile index ef64a44..2ce3cb5 100644 --- a/osquery/Dockerfile +++ b/osquery/Dockerfile @@ -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.2.9 +ENV OSQUERY_VERSION 3.3.0 RUN buildDeps=' \ curl \