Skip to content

Commit 802ef8f

Browse files
committed
change to dnf
1 parent 6544e8e commit 802ef8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG filebeat_version=6.5.4
22
FROM docker.elastic.co/beats/filebeat:${filebeat_version}
33
USER root
4-
RUN microdnf -y update && microdnf clean all
4+
RUN dnf -y update && dnf clean all
55
RUN usermod -u 2000 filebeat && \
66
groupmod -g 2000 filebeat && \
77
find /usr/share/filebeat -uid 1000 -exec chown 2000 {} + && \

0 commit comments

Comments
 (0)