There was an error while loading. Please reload this page.
1 parent 802ef8f commit 1b8e32fCopy full SHA for 1b8e32f
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
ARG filebeat_version=6.5.4
2
FROM docker.elastic.co/beats/filebeat:${filebeat_version}
3
USER root
4
-RUN dnf -y update && dnf clean all
+RUN microdnf -y update && microdnf clean all
5
RUN usermod -u 2000 filebeat && \
6
groupmod -g 2000 filebeat && \
7
find /usr/share/filebeat -uid 1000 -exec chown 2000 {} + && \
0 commit comments