diff --git a/docker/Dockerfile b/docker/Dockerfile index c09dfa4..97208fe 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -9,7 +9,7 @@ COPY . . RUN CGO_ENABLED=0 GOOS=linux GOARCH=$GOARCH go build -o /splunk-cf-logdrain ## Build final image -FROM fluent/fluent-bit:3.2.6-debug +FROM fluent/fluent-bit:4.2.3-debug LABEL maintainer="andy.lo-a-foe@philips.com" RUN apt-get update && apt-get install -y \ jq \