Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrehilbert authored Nov 15, 2023
1 parent ebe9768 commit e128b03
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x-pack/metricbeat/module/stan/_meta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ ARG STAN_VERSION=0.15.1
FROM nats-streaming:$STAN_VERSION

# build stage
<<<<<<< HEAD
FROM golang:1.20.10
=======
FROM golang:1.20.11 AS build-env
>>>>>>> f04686c188 ([Automation] Bump Golang version to 1.20.11 (#37123))
RUN apt-get install git mercurial gcc
RUN git clone https://github.com/nats-io/stan.go.git /stan-go
RUN cd /stan-go/examples/stan-bench && git checkout tags/v0.5.2 && go build .
Expand Down

0 comments on commit e128b03

Please sign in to comment.