summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2023-11-01 16:04:50 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2023-11-01 16:04:50 +0000
commite9c213470842200ea6f97b9b4689e274e7a159e0 (patch)
tree672bd9d0530593ad71f5af9973338f78d5b41627 /docker
parent0f1c429e06c1f64cac84a93188beb3567b8d7f11 (diff)
downloadvyos-build-e9c213470842200ea6f97b9b4689e274e7a159e0.tar.gz
vyos-build-e9c213470842200ea6f97b9b4689e274e7a159e0.zip
T5701: Bump telegraf to version v1.28.3
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 178c46ba..dc298ec8 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2022 VyOS maintainers and contributors
+# Copyright (C) 2018-2023 VyOS maintainers and contributors
#
# This program is free software; you can redistribute it and/or modify
# in order to easy exprort images built to "external" world
@@ -244,7 +244,7 @@ RUN pip install --break-system-packages \
whois
# Go required for validators and vyos-xe-guest-utilities
-RUN GO_VERSION_INSTALL="1.18.3" ; \
+RUN GO_VERSION_INSTALL="1.21.3" ; \
wget -O /tmp/go${GO_VERSION_INSTALL}.linux-amd64.tar.gz https://go.dev/dl/go${GO_VERSION_INSTALL}.linux-$(dpkg-architecture -qDEB_HOST_ARCH).tar.gz ; \
tar -C /opt -xzf /tmp/go*.tar.gz && \
rm /tmp/go*.tar.gz