Skip to content

Commit

Permalink
Docker: Go component update: 1.15.3 -> 1.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoppel committed Dec 22, 2020
1 parent 82a2803 commit 9bc241a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -40,7 +40,7 @@ ENV GIT_TIME=${GIT_TIME}

# Go installation [https://golang.org/dl/]
# Grafana config customizations, Web UI requirements, compilation of the Go gatherer
RUN wget -q -O /tmp/go.tar.gz https://dl.google.com/go/go1.15.3.linux-amd64.tar.gz \
RUN wget -q -O /tmp/go.tar.gz https://dl.google.com/go/go1.15.6.linux-amd64.tar.gz \
&& tar -C /usr/local -xzf /tmp/go.tar.gz \
&& export PATH=$PATH:/usr/local/go/bin \
&& cp /pgwatch2/bootstrap/grafana_custom_config.ini /etc/grafana/grafana.ini \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-daemon
Expand Up @@ -19,7 +19,7 @@ ENV GIT_TIME=${GIT_TIME}
### Install Go and compile the gatherer daemon
###

RUN wget -q -O /tmp/go.tar.gz https://dl.google.com/go/go1.15.3.linux-amd64.tar.gz \
RUN wget -q -O /tmp/go.tar.gz https://dl.google.com/go/go1.15.6.linux-amd64.tar.gz \
&& tar -C /usr/local -xzf /tmp/go.tar.gz \
&& export PATH=$PATH:/usr/local/go/bin \
&& cd /pgwatch2 && bash build_gatherer.sh \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-nonroot
Expand Up @@ -49,7 +49,7 @@ ENV GIT_TIME=${GIT_TIME}

# Go installation [https://golang.org/dl/]
# Grafana config customizations, Web UI requirements, compilation of the Go gatherer
RUN wget -q -O /tmp/go.tar.gz https://dl.google.com/go/go1.15.3.linux-amd64.tar.gz \
RUN wget -q -O /tmp/go.tar.gz https://dl.google.com/go/go1.15.6.linux-amd64.tar.gz \
&& tar -C /usr/local -xzf /tmp/go.tar.gz \
&& export PATH=$PATH:/usr/local/go/bin \
&& cp /pgwatch2/bootstrap/grafana_custom_config.ini /etc/grafana/grafana.ini \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-postgres
Expand Up @@ -32,7 +32,7 @@ ENV GIT_TIME=${GIT_TIME}

# Go installation [https://golang.org/dl/]
# Grafana config customizations, Web UI requirements, compilation of the Go gatherer
RUN wget -q -O /tmp/go.tar.gz https://dl.google.com/go/go1.15.3.linux-amd64.tar.gz \
RUN wget -q -O /tmp/go.tar.gz https://dl.google.com/go/go1.15.6.linux-amd64.tar.gz \
&& tar -C /usr/local -xzf /tmp/go.tar.gz \
&& export PATH=$PATH:/usr/local/go/bin \
&& cp /pgwatch2/bootstrap/grafana_custom_config.ini /etc/grafana/grafana.ini \
Expand Down

0 comments on commit 9bc241a

Please sign in to comment.