From 41404e25ba23127737d34a11a50fd1e488f19698 Mon Sep 17 00:00:00 2001 From: Shawn Wells Date: Mon, 26 Oct 2020 15:41:31 -0400 Subject: [PATCH] update example to latest Linux sensor version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 52437d4..6751ea7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN yum -y update --disablerepo=* --enablerepo=ubi-8-appstream --enablerepo=ubi- # TO DO: For now this script copies the full RPM and renames to /tmp/falcon-agent.rpm. This should be # changed to a parameter at some point. # -COPY ./falcon-sensor-5.33.0-9808.el8.x86_64.rpm /tmp/falcon-agent.rpm +COPY ./falcon-sensor-5.43.0-10803.el8.x86_64.rpm /tmp/falcon-agent.rpm RUN yum -y install --disablerepo=* --enablerepo=ubi-8-appstream --enablerepo=ubi-8-baseos /tmp/falcon-agent.rpm && yum -y clean all && rm -rf /var/cache/yum && rm /tmp/falcon-agent.rpm # @@ -62,4 +62,4 @@ ENV PATH ".:/bin:/usr/bin:/sbin:/usr/sbin" WORKDIR /opt/CrowdStrike VOLUME /var/log -ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]