This repository was archived by the owner on Dec 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ ENV GIT_TIME=${GIT_TIME}
4040
4141# Go installation [https://golang.org/dl/]
4242# Grafana config customizations, Web UI requirements, compilation of the Go gatherer
43- RUN wget -q -O /tmp/go.tar.gz https://dl.google.com/go/go1.15.3 .linux-amd64.tar.gz \
43+ RUN wget -q -O /tmp/go.tar.gz https://dl.google.com/go/go1.15.6 .linux-amd64.tar.gz \
4444 && tar -C /usr/local -xzf /tmp/go.tar.gz \
4545 && export PATH=$PATH:/usr/local/go/bin \
4646 && cp /pgwatch2/bootstrap/grafana_custom_config.ini /etc/grafana/grafana.ini \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ENV GIT_TIME=${GIT_TIME}
1919### Install Go and compile the gatherer daemon
2020###
2121
22- RUN wget -q -O /tmp/go.tar.gz https://dl.google.com/go/go1.15.3 .linux-amd64.tar.gz \
22+ RUN wget -q -O /tmp/go.tar.gz https://dl.google.com/go/go1.15.6 .linux-amd64.tar.gz \
2323 && tar -C /usr/local -xzf /tmp/go.tar.gz \
2424 && export PATH=$PATH:/usr/local/go/bin \
2525 && cd /pgwatch2 && bash build_gatherer.sh \
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ ENV GIT_TIME=${GIT_TIME}
4949
5050# Go installation [https://golang.org/dl/]
5151# Grafana config customizations, Web UI requirements, compilation of the Go gatherer
52- RUN wget -q -O /tmp/go.tar.gz https://dl.google.com/go/go1.15.3 .linux-amd64.tar.gz \
52+ RUN wget -q -O /tmp/go.tar.gz https://dl.google.com/go/go1.15.6 .linux-amd64.tar.gz \
5353 && tar -C /usr/local -xzf /tmp/go.tar.gz \
5454 && export PATH=$PATH:/usr/local/go/bin \
5555 && cp /pgwatch2/bootstrap/grafana_custom_config.ini /etc/grafana/grafana.ini \
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ENV GIT_TIME=${GIT_TIME}
3232
3333# Go installation [https://golang.org/dl/]
3434# Grafana config customizations, Web UI requirements, compilation of the Go gatherer
35- RUN wget -q -O /tmp/go.tar.gz https://dl.google.com/go/go1.15.3 .linux-amd64.tar.gz \
35+ RUN wget -q -O /tmp/go.tar.gz https://dl.google.com/go/go1.15.6 .linux-amd64.tar.gz \
3636 && tar -C /usr/local -xzf /tmp/go.tar.gz \
3737 && export PATH=$PATH:/usr/local/go/bin \
3838 && cp /pgwatch2/bootstrap/grafana_custom_config.ini /etc/grafana/grafana.ini \
You can’t perform that action at this time.
0 commit comments