Explorar el Código

[toolset] Mongodb update to v8 (#9453)

* [php] Flight update to PHP 8.4

#9408

* [toolset] Update Mongodb to v8
Joan Miquel hace 8 meses
padre
commit
01a72bb351
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      toolset/databases/mongodb/mongodb.dockerfile

+ 1 - 1
toolset/databases/mongodb/mongodb.dockerfile

@@ -1,4 +1,4 @@
-FROM mongo:7.0
+FROM mongo:8.0
 
 ENV MONGO_INITDB_DATABASE=hello_world