Skip to content

Commit d0ade00

Browse files
author
Jonathan Chauncey
committed
chore(telegraf): Update envtpl to 0.1.2
1 parent 5ce1dbf commit d0ade00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

grafana/rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update && \
44
apt-get install -y curl && \
55
rm /etc/grafana/grafana.ini
66

7-
ADD https://github.com/arschles/envtpl/releases/download/0.1.1/envtpl_linux_amd64 /usr/share/grafana/envtpl
7+
ADD https://github.com/arschles/envtpl/releases/download/0.1.2/envtpl_linux_amd64 /usr/share/grafana/envtpl
88

99
COPY dashboards /usr/share/grafana/dashboards
1010
COPY start-grafana /usr/share/grafana/start-grafana

telegraf/rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apk --update add bash curl
88
# The download links for the zip of telegraf are broken.
99
# So for now Im building this locally and copying it into the build context.
1010
ADD https://bintray.com/artifact/download/jchauncey/telegraf/telegraf/telegraf /telegraf
11-
ADD https://github.com/arschles/envtpl/releases/download/0.1.1/envtpl_linux_amd64 /envtpl
11+
ADD https://github.com/arschles/envtpl/releases/download/0.1.2/envtpl_linux_amd64 /envtpl
1212
COPY start-telegraf /start-telegraf
1313
COPY config.toml.tpl /config.toml.tpl
1414

0 commit comments

Comments
 (0)