diff --git a/docker/Dockerfile b/docker/Dockerfile index 4760a26..1b7f508 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.0.3-debug +FROM fluent/fluent-bit:3.1.1-debug LABEL maintainer="andy.lo-a-foe@philips.com" RUN apt-get update && apt-get install -y \ jq \