Skip to content

Commit

Permalink
update integration test image
Browse files Browse the repository at this point in the history
  • Loading branch information
scrayos committed Apr 21, 2024
1 parent 7195ebf commit d0acf29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import java.util.UUID

class GrpcXenosClientTest : ShouldSpec(
{
val container = GenericContainer<Nothing>("ghcr.io/scrayosnet/xenos:v0.2.0-static").apply {
val container = GenericContainer<Nothing>("ghcr.io/scrayosnet/xenos:v0.3.0-static").apply {
withExposedPorts(50051)
}
val xenos = install(ContainerExtension(container))
Expand Down

0 comments on commit d0acf29

Please sign in to comment.