diff --git a/src/test/java/com/learning/mfscreener/common/SQLContainersConfig.java b/src/test/java/com/learning/mfscreener/common/SQLContainersConfig.java index fd252853..53890657 100644 --- a/src/test/java/com/learning/mfscreener/common/SQLContainersConfig.java +++ b/src/test/java/com/learning/mfscreener/common/SQLContainersConfig.java @@ -14,6 +14,6 @@ public class SQLContainersConfig { @ServiceConnection @RestartScope PostgreSQLContainer postgreSQLContainer() { - return new PostgreSQLContainer<>(DockerImageName.parse("postgres").withTag("16.4-alpine")); + return new PostgreSQLContainer<>(DockerImageName.parse("postgres").withTag("17.2-alpine")); } }