Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Update to golang:1.19-alpine
Browse files Browse the repository at this point in the history
For cleanup
  • Loading branch information
franksn90 authored Jan 23, 2024
2 parents f211fbb + 0ee2d49 commit 147eb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k6-configuration-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copied xk6-Dockerfile from: https://github.com/grafana/xk6-output-influxdb/blob/main/Dockerfile
FROM golang:1.17-alpine as k6
FROM golang:1.19-alpine as k6
WORKDIR $GOPATH/src/go.k6.io/k6
ADD . .
RUN apk --no-cache add git && go install go.k6.io/xk6/cmd/xk6@latest
Expand Down

0 comments on commit 147eb6f

Please sign in to comment.