Skip to content

Commit

Permalink
Fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Apr 4, 2023
1 parent 6013e5b commit 2d3bf93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public static DockerImageName redis() {
* @return a docker image name for running redpanda
*/
public static DockerImageName redpanda() {
return DockerImageName.parse("docker.redpanda.com/vectorized/redpanda");
return DockerImageName.parse("docker.redpanda.com/redpandadata/redpanda").withTag(REDPANDA_VERSION);
}

/**
Expand Down

0 comments on commit 2d3bf93

Please sign in to comment.