Skip to content

Commit

Permalink
DEV-45-4 - Pull es-gencert-cli from Cloudsmith (#373)
Browse files Browse the repository at this point in the history
* Pull es-gencert-cli from Cloudsmith
* Always pull latest es-gencert-cli image
  • Loading branch information
josephcummings authored May 7, 2024
1 parent 3954b87 commit 8b31a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__test__/utils/dockerImages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ const esdbImage = ((): string => {

export const dockerImages = {
volumesProvisioner: "hasnat/volumes-provisioner",
certGen: "ghcr.io/eventstore/es-gencert-cli:1.3",
certGen: "docker.eventstore.com/eventstore-utils/es-gencert-cli:latest",
esdb: esdbImage,
};

0 comments on commit 8b31a01

Please sign in to comment.