We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d89b701 + 86104fb commit 7abdfd3Copy full SHA for 7abdfd3
src/test/java/config/TestContainersConfiguration.java
@@ -21,6 +21,6 @@
21
* Utility interface to hold Docker image tags for the test containers we use
22
*/
23
public interface TestContainersConfiguration {
24
- DockerImageName POSTGRES_LATEST = DockerImageName.parse("postgres:16.3");
25
- DockerImageName MARIADB_LATEST = DockerImageName.parse("mariadb:11.4.2");
+ DockerImageName POSTGRES_LATEST = DockerImageName.parse("postgres:17.0");
+ DockerImageName MARIADB_LATEST = DockerImageName.parse("mariadb:11.5.2");
26
}
0 commit comments