Skip to content

Commit a831c85

Browse files
committed
NH-116760: remove caching and use latest versions
1 parent c03ba49 commit a831c85

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

long-running-test-arch/xk6/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@
1414
# limitations under the License.
1515
#
1616

17-
FROM golang:latest AS build
17+
FROM grafana/xk6 AS build
1818
WORKDIR /app
1919
COPY go.mod go.mod
2020
COPY k6_otel.go k6_otel.go
2121

22-
RUN go get .
23-
RUN go install go.k6.io/xk6@latest
2422
RUN xk6 build --with xk6-otel-output=.
2523

2624
FROM debian:12-slim

0 commit comments

Comments
 (0)