Skip to content

Commit

Permalink
update xenos test version
Browse files Browse the repository at this point in the history
  • Loading branch information
scrayos committed Dec 4, 2024
1 parent ad4f5c2 commit b88c80e
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() {
init {
val container = GenericContainer<Nothing>("ghcr.io/scrayosnet/xenos:0.6.1-testing").apply {
val container = GenericContainer<Nothing>("ghcr.io/scrayosnet/xenos:0.7.1-testing").apply {
withExposedPorts(50051)
}
val xenos = install(ContainerExtension(container))
Expand Down

0 comments on commit b88c80e

Please sign in to comment.