Skip to content

Commit

Permalink
Merge pull request #15 from grafana/paul/docker-update
Browse files Browse the repository at this point in the history
Migrate to the grafana named image
  • Loading branch information
javaducky committed May 3, 2023
2 parents 8203a11 + fdfb6a4 commit 62726ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM loadimpact/k6:latest
FROM grafana/k6:latest

USER 0
COPY entrypoint.sh /entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const options = {
},
ext: {
loadimpact: {
projectID: 3568228,
projectID: 3542013,
},
},
};
Expand Down

0 comments on commit 62726ca

Please sign in to comment.