Skip to content
Snippets Groups Projects
Commit fffc58c1 authored by Patchy's avatar Patchy
Browse files

Update docker.io/golang Docker tag to v1.23

parent 5b6ebf3a
No related branches found
No related tags found
No related merge requests found
FROM docker.io/golang:1.22 as builder
FROM docker.io/golang:1.23 as builder
COPY . /data
RUN apk --no-cache add build-base git
RUN CGO_ENABLED=0 go install go.k6.io/xk6/cmd/xk6@latest && xk6 build --with github.com/szkiba/xk6-dashboard --output /tmp/k6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment