diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-01 18:24:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-01 18:24:09 +0100 |
commit | 2d6c150532f32c34955f9bf10fe32ca3bbcfca25 (patch) | |
tree | 672bd9d0530593ad71f5af9973338f78d5b41627 /docker/Dockerfile | |
parent | 0f1c429e06c1f64cac84a93188beb3567b8d7f11 (diff) | |
parent | e9c213470842200ea6f97b9b4689e274e7a159e0 (diff) | |
download | vyos-build-2d6c150532f32c34955f9bf10fe32ca3bbcfca25.tar.gz vyos-build-2d6c150532f32c34955f9bf10fe32ca3bbcfca25.zip |
Merge pull request #451 from sever-sever/T5701-sagitta
T5701: Bump telegraf to version v1.28.3
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 4 |
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 |