diff --git a/docker/fluentd/Dockerfile b/docker/fluentd/Dockerfile index ee64772..6169f5d 100644 --- a/docker/fluentd/Dockerfile +++ b/docker/fluentd/Dockerfile @@ -1,5 +1,5 @@ # Use the official Fluentd Alpine-based image as a base -FROM fluent/fluentd:edge +FROM fluent/fluentd:v1.12-debian-1 # Use root to perform the operations USER root