Skip to content

Commit

Permalink
Correct base image name for build of runner image
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Balogh <[email protected]>
  • Loading branch information
javaducky authored and yorugac committed Jan 19, 2023
1 parent d614836 commit 2f32865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.runner
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM loadimpact/k6:latest
FROM grafana/k6:latest

COPY --from=redboxoss/scuttle:latest scuttle /bin/scuttle
ENTRYPOINT ["scuttle", "k6"]

0 comments on commit 2f32865

Please sign in to comment.