fleet/infrastructure/loadtesting/terraform/docker/loadtest.Dockerfile
Zach Wasserman efbe4c0777
Update Go to 1.19.3 (#8525) (#8614)
Co-authored-by: Tomas Touceda <chiiph@gmail.com>
2022-11-08 13:03:23 -03:00

6 lines
280 B
Docker

FROM golang:1.19.3
ARG TAG
RUN git clone -b $TAG --depth=1 --no-tags --progress --no-recurse-submodules https://github.com/fleetdm/fleet.git && cd /go/fleet/cmd/osquery-perf/ && go build .
FROM golang:1.19.3
COPY --from=0 /go/fleet/cmd/osquery-perf/osquery-perf /go/osquery-perf