Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 9bc241a

Browse files
committed
Docker: Go component update: 1.15.3 -> 1.15.6
1 parent 82a2803 commit 9bc241a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

docker/Dockerfile-daemon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

docker/Dockerfile-nonroot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

docker/Dockerfile-postgres

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)