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