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.
1 parent 5278dda commit 86104fbCopy full SHA for 86104fb
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