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:
@@ -1,5 +1,5 @@
|
|||||||
# Build k6 from source
|
# Build k6 from source
|
||||||
FROM golang:1.22-alpine AS k6-builder
|
FROM golang:alpine AS k6-builder
|
||||||
|
|
||||||
RUN apk add --no-cache git
|
RUN apk add --no-cache git
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user