mirror of
https://github.com/11notes/docker-telegraf.git
synced 2025-10-23 00:02:10 +00:00
update to 1.26.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# :: Build
|
||||
FROM golang:alpine as telegraf
|
||||
ENV checkout=v1.24.2
|
||||
ENV checkout=v1.26.1
|
||||
|
||||
RUN set -ex; \
|
||||
apk add --update --no-cache \
|
||||
@@ -13,7 +13,7 @@
|
||||
mv telegraf /usr/local/bin;
|
||||
|
||||
# :: Header
|
||||
FROM alpine:3.16
|
||||
FROM alpine:latest
|
||||
COPY --from=telegraf /usr/local/bin/ /usr/local/bin
|
||||
|
||||
# :: Run
|
||||
|
Reference in New Issue
Block a user