Skip to content

Commit

Permalink
fix the image name and tag for the linuxkit Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Bhutwala <ymb002@bucknell.edu>
  • Loading branch information
yashbhutwala committed Nov 4, 2019
1 parent 1ede1fc commit 6fabdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/kernel/linuxkit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG KERNEL_VERSION=4.9.184
ARG FALCO_VERSION=0.18.0

FROM linuxkit/kernel:${KERNEL_VERSION} AS ksrc
FROM falcosecurity/falco-minimal:${FALCO_VERSION} as falco
FROM falcosecurity/falco:${FALCO_VERSION}-minimal as falco
FROM alpine:${ALPINE_VERSION} AS probe-build
LABEL maintainer="opensource@sysdig.com"
ARG KERNEL_VERSION=4.9.184
Expand Down

0 comments on commit 6fabdf1

Please sign in to comment.