Skip to content

Commit

Permalink
Merge pull request #856 from jeffgbutler/update-test-containers
Browse files Browse the repository at this point in the history
Update test container versions
  • Loading branch information
jeffgbutler authored Oct 15, 2024
2 parents d89b701 + 86104fb commit 7abdfd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/config/TestContainersConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
* Utility interface to hold Docker image tags for the test containers we use
*/
public interface TestContainersConfiguration {
DockerImageName POSTGRES_LATEST = DockerImageName.parse("postgres:16.3");
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");
}

0 comments on commit 7abdfd3

Please sign in to comment.