Skip to content

Commit 8224906

Browse files
authored
Bump dockerfile dependencies (#41)
1 parent a496381 commit 8224906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM golang:1.22-alpine3.20 as builder
1+
FROM golang:1.23-alpine3.21 as builder
22
WORKDIR $GOPATH/src/go.k6.io/k6
33
ADD . .
44
RUN apk --no-cache add git
55
RUN go install go.k6.io/xk6/cmd/xk6@latest
66
RUN xk6 build --with github.com/grafana/xk6-output-influxdb=. --output /tmp/k6
77

8-
FROM alpine:3.20
8+
FROM alpine:3.21
99
RUN apk add --no-cache ca-certificates && \
1010
adduser -D -u 12345 -g 12345 k6
1111
COPY --from=builder /tmp/k6 /usr/bin/k6

0 commit comments

Comments
 (0)