Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit bc1906b

Browse files
committed
Bumped versions in Dockerfile
1 parent 817d382 commit bc1906b

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,5 +1,5 @@
11
# Multi-stage build to generate custom k6 with extension
2-
FROM golang:1.17-alpine as builder
2+
FROM golang:1.19-alpine as builder
33
WORKDIR $GOPATH/src/go.k6.io/k6
44
ADD . .
55
RUN apk --no-cache add git
@@ -9,7 +9,7 @@ RUN CGO_ENABLED=0 xk6 build \
99
--output /tmp/k6
1010

1111
# Create image for running k6 with output for Prometheus Remote Write
12-
FROM alpine:3.15
12+
FROM alpine:3.16
1313
RUN apk add --no-cache ca-certificates \
1414
&& adduser -D -u 12345 -g 12345 k6
1515
COPY --from=builder /tmp/k6 /usr/bin/k6

0 commit comments

Comments
 (0)