This commit is contained in:
2026-04-28 02:31:41 +09:30
parent 3a9687fac4
commit 1682fda5e7
7 changed files with 8 additions and 8 deletions
@@ -28,7 +28,7 @@ import org.junit.jupiter.api.Disabled;
public class AuthServiceTest {
@Container
static PostgreSQLContainer<?> postgres = new PostgreSQLContainer<>("postgres:16-alpine")
static PostgreSQLContainer<?> postgres = new PostgreSQLContainer<>("postgres:17-alpine")
.withDatabaseName("mtgsearch_test")
.withUsername("postgres")
.withPassword("postgres");
@@ -24,7 +24,7 @@ import org.junit.jupiter.api.Disabled;
public class UserRepositoryTest {
@Container
static PostgreSQLContainer<?> postgres = new PostgreSQLContainer<>("postgres:16-alpine")
static PostgreSQLContainer<?> postgres = new PostgreSQLContainer<>("postgres:17-alpine")
.withDatabaseName("mtgsearch_test")
.withUsername("postgres")
.withPassword("postgres");