Skip to content

Commit

Permalink
updating docker registry uri for vocdoni-node
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Sep 5, 2024
1 parent 69ddaeb commit 3935ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/voconed.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func StartVoconedContainer(ctx context.Context) (testcontainers.Container, error
return testcontainers.GenericContainer(ctx,
testcontainers.GenericContainerRequest{
ContainerRequest: testcontainers.ContainerRequest{
Image: "ghcr.io/vocdoni/voconed:main",
Image: "ghcr.io/vocdoni/vocdoni-node:main",
Entrypoint: []string{"/app/voconed"},
Cmd: voconedCmd,
ExposedPorts: []string{exposedPort},
Expand Down

0 comments on commit 3935ae9

Please sign in to comment.