File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2016-2022 the original author or authors.
2
+ * Copyright 2016-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
21
21
* Utility interface to hold Docker image tags for the test containers we use
22
22
*/
23
23
public interface TestContainersConfiguration {
24
- DockerImageName POSTGRES_LATEST = DockerImageName .parse ("postgres:15.0 " );
25
- DockerImageName MARIADB_LATEST = DockerImageName .parse ("mariadb:10.9.3 " );
24
+ DockerImageName POSTGRES_LATEST = DockerImageName .parse ("postgres:15.1 " );
25
+ DockerImageName MARIADB_LATEST = DockerImageName .parse ("mariadb:10.10.2 " );
26
26
}
You can’t perform that action at this time.
0 commit comments