update to 1.26.1

This commit is contained in:
ElevenNotes
2023-04-12 20:52:37 +02:00
parent 3b0e3ff8cf
commit a0179d911f

View File

@@ -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