Skip to content

Commit aed72ea

Browse files
authored
fix to Dockerfile
1 parent dbed384 commit aed72ea

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
@@ -4,7 +4,7 @@ RUN set -e \
44
&& tdnf install -y jq sed \
55
&& gem install -N fluent-plugin-jq -v "0.5.1" \
66
&& gem install -N fluent-plugin-grafana-loki -v "1.2.20" \
7-
&& gem install fluent-plugin-splunk-hec -v "1.3.3" \
7+
&& gem install -N fluent-plugin-splunk-hec -v "1.3.3" \
88
&& echo OK
99

1010
# Patch configuration files:

0 commit comments

Comments
 (0)