Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
fix: bump go version (#1054) (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Feb 23, 2021
1 parent 1e4cd13 commit d8489b2
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 d8489b2

Please sign in to comment.