Skip to content

Commit

Permalink
fix: bump go version (elastic#1054)
Browse files Browse the repository at this point in the history
* fix: bump go version

* fix: install rsync
  • Loading branch information
kuisathaverat authored and v1v committed Feb 22, 2021
1 parent 1e4cd13 commit 0a6ed44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/apm-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG apm_server_base_image=docker.elastic.co/apm/apm-server:8.0.0-SNAPSHOT
ARG go_version=1.14.12
ARG go_version=1.15.7
ARG apm_server_binary=apm-server

###############################################################################
Expand All @@ -13,7 +13,7 @@ RUN apt -qq remove -y python2 && apt -qq autoremove -y

# install make update prerequisites
RUN apt-get -qq update \
&& apt-get -qq install -y python3 python3-pip python3-venv
&& apt-get -qq install -y python3 python3-pip python3-venv rsync

RUN pip3 install --upgrade pip

Expand Down

0 comments on commit 0a6ed44

Please sign in to comment.