Skip to content

Commit 1c2d6c4

Browse files
Rolling back for mongodb image
There is currently an error with multiple mongodb images from bitnami. This is the suggested workaround until the images get fixed. see gh-61882
1 parent e9bf2b3 commit 1c2d6c4

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers/BitnamiImageNames.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public final class BitnamiImageNames {
3232

3333
private static final String MARIADB_VERSION = "11.2.3";
3434

35-
private static final String MONGO_VERSION = "7.0.5";
35+
private static final String MONGO_VERSION = "6.0.13-debian-11-r17";
3636

3737
private static final String MYSQL_VERSION = "8.0.36";
3838

0 commit comments

Comments
 (0)