Skip to content

Commit

Permalink
fixing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
killerkenobi authored Apr 23, 2024
1 parent 8f750fc commit b1cd657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/no-driver/Dockerfile.no-falcoctl-distroless
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN FALCO_VERSION_URLENCODED=$(echo -n ${FALCO_VERSION}|jq -sRr @uri) && \
rm -f falco.tar.gz && \
mv falco-${FALCO_VERSION}-$(uname -m) falco && \
rm -rf /falco/usr/bin/falcoctl && \
rm -rf /falco/etc/falcoctl && \
rm -rf /falco/etc/falcoctl && \
rm -rf /falco/usr/src/falco-*

RUN sed -e 's/time_format_iso_8601: false/time_format_iso_8601: true/' < /falco/etc/falco/falco.yaml > /falco/etc/falco/falco.yaml.new \
Expand Down

0 comments on commit b1cd657

Please sign in to comment.