Skip to content

Commit

Permalink
use debian 11 slim as nodriver image
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <luca@guerra.sh>
  • Loading branch information
LucaGuerra authored and poiana committed Jan 17, 2022
1 parent 18571eb commit 55ce38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/no-driver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN curl -L -o falco.tar.gz \
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 \
&& mv /falco/etc/falco/falco.yaml.new /falco/etc/falco/falco.yaml

FROM scratch
FROM debian:11-slim

LABEL maintainer="cncf-falco-dev@lists.cncf.io"

Expand Down

0 comments on commit 55ce38c

Please sign in to comment.