File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ RUN curl -L -o binutils_2.30-22_amd64.deb https://download.falco.org/dependencie
106106
107107# Copy and configure the driver loader
108108COPY ./scripts/falco-driver-loader /usr/bin/
109- RUN sed -i -E "s/@PROBE_VERSION @/\" ${FALCOSECURITY_LIBS_DRIVER_VERSION}\" /" /usr/bin/falco-driver-loader && \
109+ RUN sed -i -E "s/@DRIVER_VERSION @/\" ${FALCOSECURITY_LIBS_DRIVER_VERSION}\" /" /usr/bin/falco-driver-loader && \
110110 sed -i -E "s/@FALCO_VERSION@/\" ${FALCOSECURITY_LIBS_VERSION}\" /" /usr/bin/falco-driver-loader && \
111- sed -i -E "s/@PROBE_NAME @/\" ${DRIVER_PACKAGE_NAME}\" /" /usr/bin/falco-driver-loader && \
111+ sed -i -E "s/@DRIVER_NAME @/\" ${DRIVER_PACKAGE_NAME}\" /" /usr/bin/falco-driver-loader && \
112112 chmod +x /usr/bin/falco-driver-loader
113113
114114COPY ./docker/driver-loader/docker-entrypoint.sh /
You can’t perform that action at this time.
0 commit comments