fix: use correct influxdata-archive.key for GPG verification
Some checks failed
Build and push telegraf-snmp-unifi image / build-and-push-image (push) Failing after 1m42s
Some checks failed
Build and push telegraf-snmp-unifi image / build-and-push-image (push) Failing after 1m42s
This commit is contained in:
parent
88790ed23a
commit
5f80f4a907
@ -8,7 +8,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN wget -q -O - https://repos.influxdata.com/influxdata-archive_compat.key | \
|
||||
RUN wget -q -O - https://repos.influxdata.com/influxdata-archive.key | \
|
||||
gpg --dearmor > /etc/apt/trusted.gpg.d/influxdata.gpg
|
||||
|
||||
ENV TELEGRAF_VERSION=1.39.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user