fleet/infrastructure/loadtesting/terraform/docker/loadtest.Dockerfile
Tomas Touceda 71dbb71df4
Update go to 1.19.4 (#8945)
* Update go to 1.19.4

* Comment out failing package test

* Comment out ALL the packaging tests for windows for the moment

* Update go to 1.19.4

* Comment out failing package test

* Comment out ALL the packaging tests for windows for the moment

* Update changelog

* Bump versions

* Update changelog to reflect this being a security release
2022-12-09 11:47:17 -03:00

6 lines
280 B
Docker

FROM golang:1.19.4
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.4
COPY --from=0 /go/fleet/cmd/osquery-perf/osquery-perf /go/osquery-perf