fix: use golang:alpine to satisfy k6 go >= 1.25.0 requirement

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-01 19:38:00 +02:00
parent 71d3faa36c
commit 6848d69a9d

View File

@@ -1,5 +1,5 @@
# Build k6 from source
FROM golang:1.22-alpine AS k6-builder
FROM golang:alpine AS k6-builder
RUN apk add --no-cache git